From ea9b0f68c75f4a7c62cd3d87920fb526f2aaeace Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Thu, 16 Jun 2022 10:54:04 +0000 Subject: [PATCH] fix: remove unused fn --- --- a/pallets/proxy-rmrk-core/src/benchmarking.rs +++ b/pallets/proxy-rmrk-core/src/benchmarking.rs @@ -108,10 +108,6 @@ } } - fn current_nft_id(&self) -> RmrkNftId { - self.current_nft_id - } - fn build(&mut self, owner: &T::AccountId) -> Result { create_nft::(owner, self.collection_id)?; self.current_nft_id += 1; -- gitstuff