net: getblocks handling.
This commit is contained in:
parent
d2e9843757
commit
2365355d79
@ -850,7 +850,7 @@ Pool.prototype._handleBlocks = co(function* _handleBlocks(hashes, peer) {
|
||||
// hash.
|
||||
this.logger.debug('Received known orphan hash (%s).', peer.hostname);
|
||||
yield peer.resolveOrphan(null, hash);
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
exists = yield this.getBlock(peer, hash);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user