walletdb: fix logs.
This commit is contained in:
parent
6a2d1f639d
commit
b1c735702c
@ -1533,7 +1533,7 @@ WalletDB.prototype.addTX = function addTX(tx, callback, force) {
|
|||||||
if (!wallet)
|
if (!wallet)
|
||||||
return next();
|
return next();
|
||||||
|
|
||||||
self.logger.debug('Adding tx to wallet: %s', info.id);
|
self.logger.debug('Adding tx to wallet: %s', wallet.id);
|
||||||
|
|
||||||
info.id = wallet.id;
|
info.id = wallet.id;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user