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
(cherry picked from commit 80330ec)
  • Loading branch information
alexanderbez authored and mergify-bot committed Jun 17, 2021
1 parent 35e9e7a commit a8aa16c
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 @@ -46,7 +46,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 a8aa16c

Please sign in to comment.