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 repository’s wallet documentation states that the confirm and revoke functions return true if the transaction is successful. The function confirmTx does not return true upon a final confirmation, which triggers an execution of the transaction. Consider returning true right after the require statement.
The text was updated successfully, but these errors were encountered:
The repository’s wallet documentation states that the confirm and revoke functions return true if the transaction is successful. The function confirmTx does not return true upon a final confirmation, which triggers an execution of the transaction. Consider returning true right after the require statement.
The text was updated successfully, but these errors were encountered: