From 30e6f4b9ea1767abfe50528b8e4492293095aaa5 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Wed, 18 May 2022 16:23:33 +0000 Subject: [PATCH] comment: add comment about rmrk and unique events --- --- a/pallets/rmrk-proxy/src/lib.rs +++ b/pallets/rmrk-proxy/src/lib.rs @@ -66,8 +66,11 @@ #[pallet::error] pub enum Error { + /* Unique-specific events */ CorruptedCollectionType, NotRmrkCollection, + + /* RMRK compatible events */ CollectionNotEmpty, NoAvailableCollectionId, CollectionUnknown, -- gitstuff