We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pub
When importing contracts in other contracts, I get this warning (which I believe will be an error in Noir v1).
Mark contracts as pub please.
- contract Token { + pub contract Token {
aztec-packages/noir-projects/noir-contracts/contracts/token_contract/src/main.nr
Line 15 in 9189120
The text was updated successfully, but these errors were encountered:
sklppy88
No branches or pull requests
When importing contracts in other contracts, I get this warning (which I believe will be an error in Noir v1).
Mark contracts as
pub
please.aztec-packages/noir-projects/noir-contracts/contracts/token_contract/src/main.nr
Line 15 in 9189120
The text was updated successfully, but these errors were encountered: