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
Metamask is not properly incrementing the nonce value because an error is being thrown inside of the relay in certain scenarios when sendRawTransaction fails.
Solution
Calculate the Ethereum Hash from the transaction bytes and return it unless the transaction failed precheck.
The text was updated successfully, but these errors were encountered:
Problem
Metamask is not properly incrementing the nonce value because an error is being thrown inside of the relay in certain scenarios when sendRawTransaction fails.
Solution
Calculate the Ethereum Hash from the transaction bytes and return it unless the transaction failed precheck.
The text was updated successfully, but these errors were encountered: