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,
|
block.txs.length,
|
||||||
time);
|
time);
|
||||||
|
|
||||||
this.logger.debug('Coin Cache: size=%dmb, total=%d.',
|
if (this.db.coinCache.size > 0) {
|
||||||
util.mb(this.db.coinCache.size), this.db.coinCache.total);
|
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