diff --git a/lib/net/pool.js b/lib/net/pool.js index a7f6279e..2d73262f 100644 --- a/lib/net/pool.js +++ b/lib/net/pool.js @@ -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);