Skip to content

Commit

Permalink
amending gas adjustment to prevent tx broadcast errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyv1987 authored and jstuczyn committed Nov 22, 2023
1 parent 3f243f1 commit 5eda5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/client-libs/validator-client/src/nyxd/fee/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub mod gas_price;

pub type GasAdjustment = f32;

pub const DEFAULT_SIMULATED_GAS_MULTIPLIER: GasAdjustment = 1.35;
pub const DEFAULT_SIMULATED_GAS_MULTIPLIER: GasAdjustment = 1.5;

#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct AutoFeeGrant {
Expand Down

0 comments on commit 5eda5cc

Please sign in to comment.