Skip to content

Commit

Permalink
auto set the default min gas price in app.toml otherwise the chain wi…
Browse files Browse the repository at this point in the history
…ll not start
  • Loading branch information
dekm committed Jan 31, 2024
1 parent 25a2daf commit 684ecd0
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 762 deletions.
2 changes: 1 addition & 1 deletion cmd/paxd/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func initAppConfig() (string, interface{}) {
// own app.toml to override, or use this default value.
//
// 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
Loading

0 comments on commit 684ecd0

Please sign in to comment.