Skip to content

Commit

Permalink
Fix commented gas_price line in example config file (#3668)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 authored Oct 19, 2023
1 parent 7bce263 commit 1520594
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1520594

Please sign in to comment.