Skip to content

Commit

Permalink
evil: update bench tx env for metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Nov 8, 2023
1 parent 6201f4b commit 71b33b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benches/txs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,8 @@ fn change_validator_metadata(c: &mut Criterion) {
commission_rate: None,
};

let signed_tx = generate_tx(
let shell = BenchShell::default();
let signed_tx = shell.generate_tx(
TX_CHANGE_VALIDATOR_METADATA_WASM,
metadata_change,
None,
Expand Down

0 comments on commit 71b33b0

Please sign in to comment.