Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): ensure checkTx passes before waiting for inclusion (#1636)
## Summary Ensuring checkTx passes before waiting for inclusion ## Background When using `submit_transaction_sync` method, cli should exit on `checkTx` error code. Currently, cli first waits for inclusion which will never happen as the transaction failed `checkTx` ## Related Issues Link any issues that are related, prefer full github links. closes #1635
- Loading branch information