Hide the Ethereum wallets modal after a transaction error within a batch. Currently it lets the user sign the next transaction in the batch even though the App handles the rejected signAndSendTransactions() promise.
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
Description
Hide the Ethereum wallets modal after a transaction error within a batch. Currently it lets the user sign the next transaction in the batch even though the App handles the rejected signAndSendTransactions() promise.
Checklist:
Type of change.