remove console.logs
This commit is contained in:
parent
dcd903904e
commit
85098bebbb
3 changed files with 3 additions and 11 deletions
|
|
@ -357,7 +357,7 @@ Wallet.prototype.sendTx = function(ntxid, cb) {
|
|||
this.blockchain.sendRawTransaction(txHex, function(txid) {
|
||||
self.log('BITCOND txid:',txid); //TODO
|
||||
if (txid) {
|
||||
self.txProposals.setSent(ntxid);
|
||||
self.txProposals.setSent(ntxid, txid);
|
||||
}
|
||||
self.sendTxProposals();
|
||||
self.store();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue