chain: minor.
This commit is contained in:
parent
11506ce246
commit
c358b6b822
@ -1410,8 +1410,10 @@ Chain.prototype.finish = function finish(block, entry) {
|
||||
block.txs.length,
|
||||
time);
|
||||
|
||||
this.logger.debug('Coin Cache: size=%dmb, total=%d.',
|
||||
util.mb(this.db.coinCache.size), this.db.coinCache.total);
|
||||
if (this.db.coinCache.size > 0) {
|
||||
this.logger.debug('Coin Cache: size=%dmb, total=%d.',
|
||||
util.mb(this.db.coinCache.size), this.db.coinCache.total);
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user