From b1c735702cb3962168dbde6db6742c041aa3d0d2 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 26 Aug 2016 20:08:39 -0700 Subject: [PATCH] walletdb: fix logs. --- lib/wallet/walletdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet/walletdb.js b/lib/wallet/walletdb.js index 81211707..a3917a52 100644 --- a/lib/wallet/walletdb.js +++ b/lib/wallet/walletdb.js @@ -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;