--- a/pallets/proxy-rmrk-core/src/lib.rs +++ b/pallets/proxy-rmrk-core/src/lib.rs @@ -645,6 +645,15 @@ Self::get_typed_nft_collection(collection_id, misc::CollectionType::Regular)?; collection.check_is_external()?; + ensure!( + Self::get_nft_property_decoded( + collection_id, + nft_id, + RmrkProperty::PendingNftAccept + )?, + >::NoPermission + ); + Self::destroy_nft( cross_sender, collection_id,