From f69ad2baf3698c78de3b22cfd4c82ad9e3491da2 Mon Sep 17 00:00:00 2001 From: kozyrevdev <73348153+kozyrevdev@users.noreply.github.com> Date: Mon, 27 Jun 2022 15:07:38 +0000 Subject: [PATCH] Merge pull request #405 from UniqueNetwork/fix/destrot-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