Skip to content

Commit

Permalink
refactor!: remove broadcast mode block (cosmos#12659)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Sep 23, 2022
1 parent c55ec97 commit d300571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func initAppConfig() (string, interface{}) {
//
// In simapp, we set the min gas prices to 0.
srvCfg.MinGasPrices = "0stake"
// srvCfg.BaseConfig.IAVLDisableFastnNode = true // disable fastnode by default
// srvCfg.BaseConfig.IAVLDisableFastNode = true // disable fastnode by default

customAppConfig := CustomAppConfig{
Config: *srvCfg,
Expand Down

0 comments on commit d300571

Please sign in to comment.