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
What problem are you trying to solve?
Sometimes a user might want or need to retry a failed transaction. For example, if a speed up, or cancel attempt fails with gas too low, then the original transaction will continue to hold up future transactions for a long time. Also if the transaction fails due to a network connection issue.
Describe the solution you'd like
On a failed transaction, in the activity area of MetaMask, allow the user to select "Retry". This would open a screen with editable gas options, same to address, and same nonce.
Additional context
The text was updated successfully, but these errors were encountered:
place retry button next to speedUp, copy-to-clipboard and viewOnEtherscan buttons in ui/app/components/app/transaction-list-item-details/transaction-list-item-details.component.js
clicking it should create a new transaction with the exact same txParams as the failed transaction (it should appear in the tx-history list)
To consistently reproduce:
select "Main Ethereum Network" as your network
send a transaction with a gas price set to 0.00001
@dpazdan we can now retry transactions from the details view -- not sure if that was the case at the time this issue was created. @rickycodes / @danjm do we need this to be in the failed transaction list item to be solved?
What problem are you trying to solve?
Sometimes a user might want or need to retry a failed transaction. For example, if a speed up, or cancel attempt fails with gas too low, then the original transaction will continue to hold up future transactions for a long time. Also if the transaction fails due to a network connection issue.
Describe the solution you'd like
On a failed transaction, in the activity area of MetaMask, allow the user to select "Retry". This would open a screen with editable gas options, same to address, and same nonce.
Additional context
The text was updated successfully, but these errors were encountered: