Skip to content

Commit

Permalink
fix access all ownedNFTs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed May 1, 2024
1 parent de0194f commit bcf13c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ they could do it in the `deposit()` function:
access(all) contract ExampleNFT {
access(all) resource Collection: NonFungibleToken.Collection {
access(contract) var ownedNFTs: @{UInt64: ExampleNFT.NFT}
access(all) var ownedNFTs: @{UInt64: ExampleNFT.NFT}
...
Expand Down

0 comments on commit bcf13c1

Please sign in to comment.