refactor!: remove broadcast mode block (#12659)

This commit is contained in:
Julien Robert
2022-09-23 15:16:31 +00:00
committed by GitHub
parent 6cbb587e18
commit df40c0a9d1
62 changed files with 893 additions and 937 deletions
+2 -2
View File
@@ -173,7 +173,7 @@ func makeMultiSignCmd() func(cmd *cobra.Command, args []string) (err error) {
req := BroadcastReq{
Tx: stdTx,
Mode: "block|sync|async",
Mode: "sync|async",
}
json, _ = clientCtx.LegacyAmino.MarshalJSON(req)
@@ -366,7 +366,7 @@ func makeBatchMultisignCmd() func(cmd *cobra.Command, args []string) error {
req := BroadcastReq{
Tx: stdTx,
Mode: "block|sync|async",
Mode: "sync|async",
}
json, _ = clientCtx.LegacyAmino.MarshalJSON(req)