difftreelog
fix remove unused fn
in: master
1 file changed
pallets/proxy-rmrk-core/src/benchmarking.rsdiffbeforeafterboth108 }108 }109 }109 }110111 fn current_nft_id(&self) -> RmrkNftId {112 self.current_nft_id113 }114110115 fn build<T: Config>(&mut self, owner: &T::AccountId) -> Result<RmrkNftId, DispatchError> {111 fn build<T: Config>(&mut self, owner: &T::AccountId) -> Result<RmrkNftId, DispatchError> {116 create_nft::<T>(owner, self.collection_id)?;112 create_nft::<T>(owner, self.collection_id)?;