diff --git a/config.toml b/config.toml index 9dc469bf0c..d4a30dbcee 100644 --- a/config.toml +++ b/config.toml @@ -263,8 +263,7 @@ max_gas = 400000 # paid for each unit of gas per transaction. # # Required -#gas_price = { price = 0.025, denom = 'stake' } -gas_price = { price = 0, denom = 'stake' } +gas_price = { price = 0.025, denom = 'stake' } # Multiply this amount with the gas estimate, used to compute the fee # and account for potential estimation error.