From a4cf3b916669cbf9551366fbb209865d1e787ca8 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Fri, 6 Oct 2023 11:10:18 +0200 Subject: [PATCH] amend gas adjustment otherwise we have no gas :( --- common/client-libs/validator-client/src/nyxd/fee/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/client-libs/validator-client/src/nyxd/fee/mod.rs b/common/client-libs/validator-client/src/nyxd/fee/mod.rs index ee30d1ffe5..747375ac6e 100644 --- a/common/client-libs/validator-client/src/nyxd/fee/mod.rs +++ b/common/client-libs/validator-client/src/nyxd/fee/mod.rs @@ -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 {