Skip to content

Commit

Permalink
comment out usedUUID
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Aug 18, 2023
1 parent 320a75e commit fc27262
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions contracts/NonFungibleToken-v2.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ access(all) contract NonFungibleToken {
}
}

access(all) view fun usesUUID(): Bool {
return false
}
// access(all) view fun usesUUID(): Bool {
// return false
// }
/// withdraw removes an NFT from the collection and moves it to the caller
access(Withdrawable) fun withdraw(withdrawID: UInt64): @{NonFungibleToken.NFT}
Expand Down
Loading

0 comments on commit fc27262

Please sign in to comment.