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
The transaction controller currently relies on the nonce-tracker middleware in web3-provider-engine to ensure that the suggested nonce used is greater than any pending transactions.
We should switch to using the nonce-tracker library for this purpose instead, like the extension does.
The transaction controller currently relies on the
nonce-trackermiddleware inweb3-provider-engineto ensure that the suggested nonce used is greater than any pending transactions.We should switch to using the
nonce-trackerlibrary for this purpose instead, like the extension does.