Skip to content

Commit

Permalink
Adjust down gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jul 12, 2022
1 parent cdd8eff commit 62c14c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steward/src/somm_send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async fn __send_messages(

let fee = Fee {
amount: vec![fee],
gas_limit: 500_000_000u64 * (messages.len() as u64),
gas_limit: 500_000u64 * (messages.len() as u64),
granter: None,
payer: None,
};
Expand Down

0 comments on commit 62c14c8

Please sign in to comment.