e2e: Replace AssertValidTxResponse
and error check with AssertSuccessTx
or AssertFailedTx
#3435
Labels
e2e
needs discussion
Issues that need discussion before they can be worked on
type: code hygiene
Clean up code but without changing functionality or interfaces
Summary
Instead of asserting that a response from broadcasting a tx is not nil, we should immediately fail if it is nil and provide helper functions to see if the tx was successful or not. See comment:
Instead of:
use
or
For Admin Use
The text was updated successfully, but these errors were encountered: