We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3304e24 commit be8b798Copy full SHA for be8b798
1 file changed
docs/examples/contracts/nft/src/main.nr
@@ -21,7 +21,7 @@ pub contract NFTPunk {
21
struct Storage<Context> {
22
admin: PublicImmutable<AztecAddress, Context>,
23
minter: PublicImmutable<AztecAddress, Context>,
24
- nfts: Map<Field, DelayedPublicMutable<bool, 2, Context>, Context>,
+ nfts: Map<Field, DelayedPublicMutable<bool, 2u64, Context>, Context>,
25
owners: Owned<PrivateSet<NFTNote, Context>, Context>,
26
}
27
#[external("public")]
0 commit comments