walletdb: filter watch logs.

This commit is contained in:
Christopher Jeffrey 2016-11-09 18:45:26 -08:00
parent 2f3d75d784
commit d088412380
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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);
});