From 80cd6ec9e51857d5ab282e04c9ce820a2f94e9e2 Mon Sep 17 00:00:00 2001 From: str-mv Date: Thu, 30 Jul 2020 10:29:54 +0000 Subject: [PATCH] Nft transfer fix --- --- a/pallets/nft/src/lib.rs +++ b/pallets/nft/src/lib.rs @@ -525,9 +525,6 @@ let itm: Vec = Vec::new(); >::insert(collection_id, item_id, itm); - // remove item - >::remove(collection_id, item_id); - Ok(()) } -- gitstuff