Compare commits

...

2 Commits

Author SHA1 Message Date
benedettadavico b402aa891a Merge branch 'develop' into benny/gas-multiplier-fix 2023-12-19 19:53:56 +01:00
benedetta davico 1b7267ec18 Update mod.rs 2023-12-15 12:36:05 +01:00
@@ -11,7 +11,7 @@ pub mod gas_price;
pub type GasAdjustment = f32;
pub const DEFAULT_SIMULATED_GAS_MULTIPLIER: GasAdjustment = 1.5;
pub const DEFAULT_SIMULATED_GAS_MULTIPLIER: GasAdjustment = 2.0;
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct AutoFeeGrant {