Skip to content

Commit

Permalink
fix broadcast mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jun 15, 2023
1 parent 331a437 commit bcde07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/cosmoscli.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def combine_batch_multisig_tx(
return r.decode("utf-8")

def broadcast_tx(self, tx_file, **kwargs):
kwargs.setdefault("broadcast_mode", "block")
kwargs.setdefault("broadcast_mode", "sync")
kwargs.setdefault("output", "json")
return json.loads(
self.raw("tx", "broadcast", tx_file, node=self.node_rpc, **kwargs)
Expand Down

0 comments on commit bcde07c

Please sign in to comment.