git.delta.rocks / unique-network / refs/commits / ea9b0f68c75f

difftreelog

fix remove unused fn

Daniel Shiposha2022-06-16parent: #2bc96c5.patch.diff
in: master

1 file changed

modifiedpallets/proxy-rmrk-core/src/benchmarking.rsdiffbeforeafterboth
108 }108 }
109 }109 }
110
111 fn current_nft_id(&self) -> RmrkNftId {
112 self.current_nft_id
113 }
114110
115 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)?;