Skip to content

Commit

Permalink
chore: lower the default mempool min gas price
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Nov 14, 2023
1 parent b75c7e3 commit 3c408e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/appconsts/initial_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
// DefaultMinGasPrice is the default min gas price that gets set in the app.toml file.
// The min gas price acts as a filter. Transactions below that limit will not pass
// a nodes `CheckTx` and thus not be proposed by that node.
DefaultMinGasPrice = 0.1
DefaultMinGasPrice = 0.01

// DefaultUnbondingTime is the default time a validator must wait
// to unbond in a proof of stake system. Any validator within this
Expand Down

0 comments on commit 3c408e3

Please sign in to comment.