net: getblocks handling.

This commit is contained in:
Christopher Jeffrey 2016-12-06 11:10:47 -08:00
parent d2e9843757
commit 2365355d79
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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);