git.delta.rocks / unique-network / refs/commits / 74dc066cb2a1

difftreelog

feat(rmrk) benchmark lock_collection

Daniel Shiposha2022-06-09parent: #f22f5d2.patch.diff
in: master

1 file changed

modifiedpallets/proxy-rmrk-core/src/benchmarking.rsdiffbeforeafterboth
52 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)
54
55 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