From 2ada3710e5124691d5f7286e48e2a6614089c779 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Fri, 24 Jun 2022 13:53:42 +0000 Subject: [PATCH] fix: destroy_collection doc comment --- --- a/pallets/unique/src/lib.rs +++ b/pallets/unique/src/lib.rs @@ -290,7 +290,7 @@ Ok(()) } - /// **DANGEROUS**: Destroys collection and all NFTs within this collection. Users irrecoverably lose their assets and may lose real money. + /// Destroys collection if no tokens within this collection /// /// # Permissions /// -- gitstuff