Skip to content

Commit

Permalink
fix: fix benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
sameh-farouk committed Nov 5, 2023
1 parent 9188939 commit ea3c3c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ benchmarks! {
));

let validator: T::AccountId = account("Alice", 0, 0);
}: _(RawOrigin::Signed(validator), tx_id, target.clone(), amount)
}: _(RawOrigin::Signed(validator), tx_id.clone(), target.clone(), amount)
verify {
let block = System::<T>::block_number();
let mint_tx = MintTransaction { amount, target, block, votes: 3 };
Expand Down

0 comments on commit ea3c3c1

Please sign in to comment.