fix horrible typo.
This commit is contained in:
parent
c81770c2b1
commit
2ce5848d4c
@ -127,7 +127,7 @@ Chain.prototype._init = function _init() {
|
||||
});
|
||||
|
||||
this.on('purge', function(count, size, peer) {
|
||||
utils.debug('Warning: %d (%dmb) orphans cleared!', coin, utils.mb(size));
|
||||
utils.debug('Warning: %d (%dmb) orphans cleared!', count, utils.mb(size));
|
||||
});
|
||||
|
||||
// Update the mempool.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user