mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-13 09:05:49 +00:00
Merge pull request #131 from ripple/tefalready-multiserver
Catch all tefALREADY submissions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user