From 5598d640e6068355da84de0b9fd94a7cdb2f7b1a Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Thu, 2 Mar 2017 00:31:41 +0400 Subject: [PATCH] Do not force disconnect for stalled nodes on sync (#1374) They might be simply busy serving us another data --- src/masternode-sync.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/masternode-sync.cpp b/src/masternode-sync.cpp index 38d79d619..35252e9a7 100644 --- a/src/masternode-sync.cpp +++ b/src/masternode-sync.cpp @@ -369,9 +369,6 @@ void CMasternodeSync::ProcessTick() continue; } - // Make sure this peer is presumably at the same height - if(!CheckNodeHeight(pnode, true)) continue; - // SPORK : ALWAYS ASK FOR SPORKS AS WE SYNC (we skip this mode now) if(!netfulfilledman.HasFulfilledRequest(pnode->addr, "spork-sync")) {