mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
add "nonce too low" to the ignored errs list for tx retrys
This commit is contained in:
parent
822ebca3eb
commit
27cb02bc58
@ -433,6 +433,7 @@ module.exports = class TransactionController extends EventEmitter {
|
|||||||
|| errorMessage.includes('transaction with the same hash was already imported')
|
|| errorMessage.includes('transaction with the same hash was already imported')
|
||||||
// other
|
// other
|
||||||
|| errorMessage.includes('gateway timeout')
|
|| errorMessage.includes('gateway timeout')
|
||||||
|
|| errorMessage.includes('nonce too low')
|
||||||
)
|
)
|
||||||
// ignore resubmit warnings, return early
|
// ignore resubmit warnings, return early
|
||||||
if (isKnownTx) return
|
if (isKnownTx) return
|
||||||
|
Loading…
Reference in New Issue
Block a user