diff --git a/contracts/cw2981-royalties/src/lib.rs b/contracts/cw2981-royalties/src/lib.rs index 10e386dfe..88f69cfee 100644 --- a/contracts/cw2981-royalties/src/lib.rs +++ b/contracts/cw2981-royalties/src/lib.rs @@ -31,9 +31,8 @@ pub struct Metadata { pub background_color: Option, pub animation_url: Option, pub youtube_url: Option, - /// specify whether royalties are set on this token - pub royalty_payments: bool, /// This is how much the minter takes as a cut when sold + /// royalties are owed on this token if it is Some pub royalty_percentage: Option, /// The payment address, may be different to or the same /// as the minter addr