--- 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;