diff --git a/lib/bcoin/pool.js b/lib/bcoin/pool.js index 04a08ad4..b6952029 100644 --- a/lib/bcoin/pool.js +++ b/lib/bcoin/pool.js @@ -769,7 +769,7 @@ Pool.prototype._load = function _load() { }; Pool.prototype.loadMempool = function loadMempool() { - this.pool.peers.block.forEach(function(peer) { + this.peers.block.forEach(function(peer) { peer.loadMempool(); }); };