Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Dec 12, 2024
1 parent 6cedcf0 commit 46c5f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/main/chains/hyperlane-ethereum/src/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ where
};

let mut gas_price_multiplier: u32 = 1;
// `treasure` chain gas estimation underestimates the actual gas price, so we double it
// `treasure` chain gas estimation underestimates the actual gas price, so we add a multiplier to it
if domain.id() == 61166 {
gas_price_multiplier = 4;
}
Expand Down

0 comments on commit 46c5f92

Please sign in to comment.