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
When I use web3.eth.sendTransaction I can supply a nonce. I would like that this can also be used to overwrite pending txns. Currently, MetaMask ignores this request and simply creates a new transaction.
Suggestion: allow MetaMask to overwrite txns (or even add a "cancel" button to send a 0 eth self transaction) and add a warning to this overwrite: "You are overwriting transaction ".
The text was updated successfully, but these errors were encountered:
@bdresser This does address the issue from a metamask user perspective.
However some apps would like to provide custom parameters for the replacement transaction and for this they would need to specify the nonce. Metamask does not intend to allow this ability?
When I use
web3.eth.sendTransaction
I can supply a nonce. I would like that this can also be used to overwrite pending txns. Currently, MetaMask ignores this request and simply creates a new transaction.Suggestion: allow MetaMask to overwrite txns (or even add a "cancel" button to send a 0 eth self transaction) and add a warning to this overwrite: "You are overwriting transaction ".
The text was updated successfully, but these errors were encountered: