aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/scripts/controllers/transactions.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/scripts/controllers/transactions.js b/app/scripts/controllers/transactions.js
index 931f01855..2769a8d59 100644
--- a/app/scripts/controllers/transactions.js
+++ b/app/scripts/controllers/transactions.js
@@ -429,10 +429,7 @@ module.exports = class TransactionController extends EventEmitter {
return cb()
}
- if (txMeta.retryCount > RETRY_LIMIT) {
- const message = 'Gave up submitting tx ' + txMeta.hash
- return log.warning(message)
- }
+ if (txMeta.retryCount > RETRY_LIMIT) return
txMeta.retryCount++
const rawTx = txMeta.rawTx