difftreelog
feat(rmrk) benchmark lock_collection
in: master
1 file changed
pallets/proxy-rmrk-core/src/benchmarking.rsdiffbeforeafterboth52 let new_owner_source = T::Lookup::unlookup(new_owner);52 let new_owner_source = T::Lookup::unlookup(new_owner);53 }: _(RawOrigin::Signed(caller), collection_id, new_owner_source)53 }: _(RawOrigin::Signed(caller), collection_id, new_owner_source)5455 lock_collection {56 let caller: T::AccountId = account("caller", 0, SEED);57 let collection_id = create_max_collection::<T>(&caller)?;58 }: _(RawOrigin::Signed(caller), collection_id)54}59}5560