amending gas adjustment to prevent tx broadcast errors

This commit is contained in:
Tommy Verrall
2023-10-25 16:06:03 +02:00
committed by Jędrzej Stuczyński
parent 3f243f111a
commit 5eda5cc35d
@@ -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 {