fix typo.

This commit is contained in:
Christopher Jeffrey 2016-01-29 12:46:25 -08:00
parent ef3f8f37db
commit 3fc7272780

View File

@ -769,7 +769,7 @@ Pool.prototype._load = function _load() {
}; };
Pool.prototype.loadMempool = function loadMempool() { Pool.prototype.loadMempool = function loadMempool() {
this.pool.peers.block.forEach(function(peer) { this.peers.block.forEach(function(peer) {
peer.loadMempool(); peer.loadMempool();
}); });
}; };