Skip to content

Commit

Permalink
add a default value for minGasPrice
Browse files Browse the repository at this point in the history
  • Loading branch information
dekm committed Mar 13, 2024
1 parent 0c553e4 commit 695c23a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/paxd/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func initAppConfig() (string, interface{}) {
//
// In tests, we set the min gas prices to 0.
// srvCfg.MinGasPrices = "0stake"
srvCfg.MinGasPrices = "0ugd"
// srvCfg.BaseConfig.IAVLDisableFastNode = true // disable fastnode by default

customAppConfig := CustomAppConfig{
Expand Down

0 comments on commit 695c23a

Please sign in to comment.