Skip to content

Commit

Permalink
ci(docker): Docker build for Dragonberry patch [DEV-1824] (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Dec 20, 2022
1 parent 52357a4 commit fd4cc8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cheqd-noded/cmd/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func minGasPricesCmd(defaultNodeHome string) *cobra.Command {

return updateCosmConfig(clientCtx.HomeDir, func(config *cosmcfg.Config) {
config.MinGasPrices = args[0]
config.IAVLDisableFastNode = false
})
},
}
Expand Down

0 comments on commit fd4cc8d

Please sign in to comment.