walletdb: fix logs.

This commit is contained in:
Christopher Jeffrey 2016-08-26 20:08:39 -07:00
parent 6a2d1f639d
commit b1c735702c
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -1533,7 +1533,7 @@ WalletDB.prototype.addTX = function addTX(tx, callback, force) {
if (!wallet)
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;