amend gas adjustment

otherwise we have no gas :(
This commit is contained in:
Tommy Verrall
2023-10-06 11:10:18 +02:00
committed by Jędrzej Stuczyński
parent 002c04051a
commit a4cf3b9166
@@ -11,7 +11,7 @@ pub mod gas_price;
pub type GasAdjustment = f32;
pub const DEFAULT_SIMULATED_GAS_MULTIPLIER: GasAdjustment = 1.3;
pub const DEFAULT_SIMULATED_GAS_MULTIPLIER: GasAdjustment = 1.35;
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct AutoFeeGrant {