Skip to content

Commit

Permalink
update commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fkenji committed Aug 20, 2024
1 parent d25c15e commit 3b3ab32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contracts/TopShot.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ access(all) contract TopShot: NonFungibleToken {
return url
}

// Create an empty Collection for Pinnacle NFTs and return it to the caller
// Create an empty Collection for NBA NFTs and return it to the caller
access(all) fun createEmptyCollection(): @{NonFungibleToken.Collection} {
return <- TopShot.createEmptyCollection(nftType: Type<@TopShot.NFT>())
}
Expand Down
6 changes: 3 additions & 3 deletions lib/go/contracts/internal/assets/assets.go

Large diffs are not rendered by default.

0 comments on commit 3b3ab32

Please sign in to comment.