Skip to content

Commit

Permalink
update inner_workings
Browse files Browse the repository at this point in the history
Additional parenthesis
  • Loading branch information
AztecBot authored and ludamad committed Aug 27, 2024
1 parent ae37b09 commit 3d2a698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ This is used to designate functions as initializers (or constructors) for an Azt
Key things to keep in mind:

- A contract can have multiple initializer functions defined, but only one initializer function should be called for the lifetime of a contract instance
- Other functions in the contract will have an initialization check inserted, ie they cannot be called until the contract is initialized, unless they are marked with [`#[aztec(noinitcheck)])`](#aztecnoinitcheck)
- Other functions in the contract will have an initialization check inserted, ie they cannot be called until the contract is initialized, unless they are marked with [`#[aztec(noinitcheck)]`](#aztecnoinitcheck)

## #[aztec(noinitcheck)]

Expand Down

0 comments on commit 3d2a698

Please sign in to comment.