diff --git a/client/flags/flags.go b/client/flags/flags.go index 2b2d0ffd4d65..745de9e97aa1 100644 --- a/client/flags/flags.go +++ b/client/flags/flags.go @@ -15,7 +15,7 @@ const ( // DefaultGasAdjustment is applied to gas estimates to avoid tx execution // failures due to state changes that might occur between the tx simulation // and the actual run. - DefaultGasAdjustment = 1.2 + DefaultGasAdjustment = 1.3 DefaultGasLimit = 200000 FlagAuto = "auto"