fix typo.
This commit is contained in:
parent
ef3f8f37db
commit
3fc7272780
@ -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();
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user