From 565cd59f13f5cbc6de487733c1fddbf382af5df7 Mon Sep 17 00:00:00 2001 From: wltsmrz Date: Tue, 12 Aug 2014 12:29:33 -0700 Subject: [PATCH] Catch all tefALREADY submissions --- src/js/ripple/transactionmanager.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/ripple/transactionmanager.js b/src/js/ripple/transactionmanager.js index 16a0c8e4..c4c5287f 100644 --- a/src/js/ripple/transactionmanager.js +++ b/src/js/ripple/transactionmanager.js @@ -389,6 +389,8 @@ TransactionManager.prototype._request = function(tx) { case 'tefALREADY': if (tx.responses === tx.submissions) { tx.emit('error', message); + } else { + submitRequest.once('success', submitted); } break; default: