bug: deploying a contract with no #[private]
methods fails
#10914
Labels
C-aztec.nr
Component: Aztec smart contract framework
from-community
This originated from the community :)
When trying to create a contract from scratch, started declaring storage and a few public functions (and empty constructor), but when using the same Noir deployment sequence as in the https://github.com/aztecprotocol/aztec-starter/ repo:
The deployment failed with:
The problem was solved by adding an empty private method:
The text was updated successfully, but these errors were encountered: