fix horrible typo.

This commit is contained in:
Christopher Jeffrey 2016-02-21 16:26:51 -08:00
parent c81770c2b1
commit 2ce5848d4c

View File

@ -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.