Skip to content

Commit 80330ec

Browse files
authored
fix: update simapp to use correct default broadcast mode (cosmos#9408)
1 parent f535f86 commit 80330ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

simapp/simd/cmd/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) {
4545
WithLegacyAmino(encodingConfig.Amino).
4646
WithInput(os.Stdin).
4747
WithAccountRetriever(types.AccountRetriever{}).
48-
WithBroadcastMode(flags.BroadcastBlock).
4948
WithHomeDir(simapp.DefaultNodeHome).
5049
WithViper("") // In simapp, we don't use any prefix for env variables.
5150

0 commit comments

Comments
 (0)