Skip to content

Commit

Permalink
fix: update simapp to use correct default broadcast mode (#9408)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed May 28, 2021
1 parent f535f86 commit 80330ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simapp/simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) {
WithLegacyAmino(encodingConfig.Amino).
WithInput(os.Stdin).
WithAccountRetriever(types.AccountRetriever{}).
WithBroadcastMode(flags.BroadcastBlock).
WithHomeDir(simapp.DefaultNodeHome).
WithViper("") // In simapp, we don't use any prefix for env variables.

Expand Down

0 comments on commit 80330ec

Please sign in to comment.