aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2017-07-13 14:41:26 +0800
committerGitHub <noreply@github.com>2017-07-13 14:41:26 +0800
commit3d082203ec1aff2e0376a5309e91fb8e31857647 (patch)
tree17e2208893e14a2cb1280356c2c3476abf71c92f /app/scripts/controllers
parent88a51febfcf9959c8247a6ad5e1a1f5c185895f1 (diff)
parent6086bcdf0d1346633bc41fde88bb315ead7f9227 (diff)
downloadtangerine-wallet-browser-3d082203ec1aff2e0376a5309e91fb8e31857647.tar.gz
tangerine-wallet-browser-3d082203ec1aff2e0376a5309e91fb8e31857647.tar.zst
tangerine-wallet-browser-3d082203ec1aff2e0376a5309e91fb8e31857647.zip
Merge pull request #1771 from MetaMask/addNonceErrToErrLIst
Add nonce err to err list
Diffstat (limited to 'app/scripts/controllers')
-rw-r--r--app/scripts/controllers/transactions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/scripts/controllers/transactions.js b/app/scripts/controllers/transactions.js
index 43735a691..4d037ce98 100644
--- a/app/scripts/controllers/transactions.js
+++ b/app/scripts/controllers/transactions.js
@@ -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