Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taitruong committed Mar 24, 2024
1 parent 60d6e2a commit e02d2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/collections/sg721-base/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ where
}

#[cw_serde]
#[deprecated = "Please use `CollectionInfo<CollectionInfoExtension<RoyaltyInfo>>` instead"]
#[deprecated = "Please use `CollectionInfo<CollectionExtensionResponse<RoyaltyInfo>>` instead"]
pub struct CollectionInfoResponse {
pub creator: String,
pub description: String,
Expand Down
2 changes: 1 addition & 1 deletion packages/sg721/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub enum ExecuteMsg<
> {
// ---- sg721 specific msgs ----
/// Update specific collection info fields
#[deprecated = "Please use UpdateCollectionInfo instead"]
#[deprecated = "Please use Cw721UpdateCollectionInfo instead"]
UpdateCollectionInfo {
#[allow(deprecated)]
collection_info: UpdateCollectionInfoMsg<RoyaltyInfoResponse>,
Expand Down

0 comments on commit e02d2ac

Please sign in to comment.