You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All private functions in a contract, except for the constructor, must assert the existence of the initialization nullifier. This code should be injected under the hood by the aztec macro.
Test that a private function cannot be called if the contract has not been initialized.
All private functions in a contract, except for the constructor, must assert the existence of the initialization nullifier. This code should be injected under the hood by the aztec macro.
Test that a private function cannot be called if the contract has not been initialized.
Note that this may break #4057.
The text was updated successfully, but these errors were encountered: