Skip to content

Commit

Permalink
benches: add a const for "tx_claim_rewards.wasm"
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Oct 26, 2023
1 parent 2b0bc77 commit dce531e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/src/lib/bench_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ pub const TX_CHANGE_VALIDATOR_COMMISSION_WASM: &str =
pub const TX_IBC_WASM: &str = "tx_ibc.wasm";
pub const TX_UNJAIL_VALIDATOR_WASM: &str = "tx_unjail_validator.wasm";
pub const TX_WITHDRAW_WASM: &str = "tx_withdraw.wasm";
pub const TX_CLAIM_REWARDS_WASM: &str = "tx_claim_rewards.wasm";
pub const TX_INIT_ACCOUNT_WASM: &str = "tx_init_account.wasm";
pub const TX_INIT_VALIDATOR_WASM: &str = "tx_init_validator.wasm";

Expand Down

0 comments on commit dce531e

Please sign in to comment.