Skip to content

Commit

Permalink
Merge branch 'bruno/test-nft-collection-creation' of https://github.c…
Browse files Browse the repository at this point in the history
…om/r0gue-io/pop-node into bruno/test-nft-collection-creation
  • Loading branch information
brunopgalvao committed Apr 26, 2024
2 parents 662d28e + c339caa commit 0b77337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pop-api/src/v0/nfts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ mod types {
pub default_item_settings: ItemSettings,
}

/// Mint type. Can the NFT be create by anyone, or only the creator of the collection,
/// Mint type. Can the NFT be created by anyone, or only the creator of the collection,
/// or only by wallets that already hold an NFT from a certain collection?
/// The ownership of a privately minted NFT is still publicly visible.
#[derive(Encode)]
Expand Down

0 comments on commit 0b77337

Please sign in to comment.