Skip to content

Commit

Permalink
Problem: cli redundant migrated key log in stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Feb 7, 2024
1 parent 558d684 commit 9fa8875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [#110](https://github.com/crypto-com/pystarport/pull/110) add event_query_tx_for to allow subscribe and wait for transaction.
- [#112](https://github.com/crypto-com/pystarport/pull/112) add cmd for migrate keystore.
- [#113](https://github.com/crypto-com/pystarport/pull/113) support ibc related cmd.
- [#115](https://github.com/crypto-com/pystarport/pull/115) avoid cli redundant migrated key log in stdout.


*Feb 7, 2023*
Expand Down
1 change: 1 addition & 0 deletions pystarport/cosmoscli.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ def gov_vote(self, voter, proposal_id, option, event_query_tx=True):
node=self.node_rpc,
keyring_backend="test",
chain_id=self.chain_id,
stderr=subprocess.DEVNULL,
)
)
if rsp["code"] == 0 and event_query_tx:
Expand Down

0 comments on commit 9fa8875

Please sign in to comment.