diff --git a/lib/wallet/walletdb.js b/lib/wallet/walletdb.js index 581c150f..59841d4d 100644 --- a/lib/wallet/walletdb.js +++ b/lib/wallet/walletdb.js @@ -296,7 +296,8 @@ WalletDB.prototype.watch = co(function* watch() { chunks.push(outpoint.toRaw()); } - this.logger.info('Adding %d chunks to WalletDB filter.', chunks.length); + this.logger.info('Adding %d hashes to WalletDB filter.', hashes.length); + this.logger.info('Adding %d outpoints to WalletDB filter.', outpoints.length); this.addFilter(chunks); });