Do not force disconnect for stalled nodes on sync (#1374)

They might be simply busy serving us another data
This commit is contained in:
UdjinM6 2017-03-02 00:31:41 +04:00 committed by GitHub
parent 1c63052c3e
commit 5598d640e6

View File

@ -369,9 +369,6 @@ void CMasternodeSync::ProcessTick()
continue; 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) // SPORK : ALWAYS ASK FOR SPORKS AS WE SYNC (we skip this mode now)
if(!netfulfilledman.HasFulfilledRequest(pnode->addr, "spork-sync")) { if(!netfulfilledman.HasFulfilledRequest(pnode->addr, "spork-sync")) {