Fail to send should check if already sent
This commit is contained in:
parent
63fb94c2be
commit
0710c002ca
3 changed files with 18 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue