1
0
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:
frankiebee 2017-07-12 18:54:01 -07:00
parent 822ebca3eb
commit 27cb02bc58

View File

@ -433,6 +433,7 @@ module.exports = class TransactionController extends EventEmitter {
|| errorMessage.includes('transaction with the same hash was already imported')
// other
|| errorMessage.includes('gateway timeout')
|| errorMessage.includes('nonce too low')
)
// ignore resubmit warnings, return early
if (isKnownTx) return