walletdb: filter watch logs.
This commit is contained in:
parent
2f3d75d784
commit
d088412380
@ -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);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user