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 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.