You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current SubmitTx method also blocks until the transaction is included in a block (or the context is cancelled). We should add a non-blocking SubmitTxNoWait method which only validates against the local mempool and does not wait for the transaction to be included in a block.
The text was updated successfully, but these errors were encountered:
The current
SubmitTx
method also blocks until the transaction is included in a block (or the context is cancelled). We should add a non-blockingSubmitTxNoWait
method which only validates against the local mempool and does not wait for the transaction to be included in a block.The text was updated successfully, but these errors were encountered: