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
1 changed files with 1 additions and 0 deletions

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