Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metamask Overrides Nonce #4801

Closed
geniusboy91 opened this issue Jul 15, 2018 · 1 comment
Closed

Metamask Overrides Nonce #4801

geniusboy91 opened this issue Jul 15, 2018 · 1 comment

Comments

@geniusboy91
Copy link

geniusboy91 commented Jul 15, 2018

In this example, I have a pending transaction with a nonce of 7. On mycrypto.com, I create a new transaction and set the nonce as 7 with a higher gas price, as shown in picture one. This transaction is completely unrelated to the current pending transaction at nonce 7. I am doing this intentionally because I no longer need the current transaction to go through. However, when mycrypto pushes the new transaction to metamask and I submit it, the transaction has now been changed to having a nonce of 8. Now, both transactions will be processed by the network instead of the second transaction taking miner preference (due to higher gas price) over the original.

While the side by side screenshot shows as confirmed now, the first transaction was pending at the time of submitting the second and for quite a while after. Also, the rejected transaction in the picture is not relevant to this discussion.
cap1
cap2
cap3

@bdresser
Copy link
Contributor

@geniusboy91 we plan on adding a "cancel" button for specific transactions, as well as a "cancel all" to clear out all pending tx.

Check out #3312 & #4022, as well as MetaMask/Design#25

Closing for now, but feel free to re-open if you feel like the above don't cover what you're looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants