Skip to content

Commit

Permalink
chore: redo typo PR by Lubov66 (#8213)
Browse files Browse the repository at this point in the history
Thanks Lubov66 for
#8196. Our policy is
to redo typo changes to dissuade metric farming. This is an automated
script.

Co-authored-by: AztecBot <tech@aztecprotocol.com>
  • Loading branch information
ludamad and AztecBot authored Aug 27, 2024
1 parent 47e83fa commit 3389c7e
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 3389c7e

Please sign in to comment.