Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Forgot to push this fix
  • Loading branch information
shawntabrizi committed Mar 7, 2020
commit cbeb16644963b6d51f6c2cb1898589c3ab1b5b41
5 changes: 2 additions & 3 deletions frame/vesting/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,10 @@ benchmarks! {
let b in ...;
let l in ...;

let other: T::AccountId = account("other", 0, SEED);
let other: T::AccountId = setup::<T>(b);
let other_lookup: <T::Lookup as StaticLookup>::Source = T::Lookup::unlookup(other.clone());

let caller = setup::<T>(b);

let caller = account("caller", 0, SEED);
}: _(RawOrigin::Signed(caller), other_lookup)

vested_transfer{
Expand Down