Skip to content

Commit

Permalink
comment out CollectionPublic
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Aug 18, 2023
1 parent fc27262 commit c6352f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/NonFungibleToken-v2.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ access(all) contract NonFungibleToken {
/// Requirement for the concrete resource type
/// to be declared in the implementing contract
///
access(all) resource interface Collection: Provider, Receiver, Transferor, CollectionPublic, ViewResolver.ResolverCollection {
access(all) resource interface Collection: Provider, Receiver, Transferor, ViewResolver.ResolverCollection {

/// Return the default storage path for the collection
access(all) view fun getDefaultStoragePath(): StoragePath? {
Expand Down

0 comments on commit c6352f0

Please sign in to comment.