Fail to send should check if already sent

This commit is contained in:
Ivan Socolsky 2014-08-27 10:36:01 -03:00
commit 0710c002ca
3 changed files with 18 additions and 1 deletions

View file

@ -817,7 +817,7 @@ Wallet.prototype.sendTx = function(ntxid, cb) {
self.store();
return cb(txid);
} else {
self.log('Sent failed. Checking is the TX was sent already');
self.log('Sent failed. Checking if the TX was sent already');
self._checkSentTx(ntxid, function(txid) {
if (txid)
self.store();