Skip to content

Commit 5598d64

Browse files
authored
Do not force disconnect for stalled nodes on sync (#1374)
They might be simply busy serving us another data
1 parent 1c63052 commit 5598d64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/masternode-sync.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,6 @@ void CMasternodeSync::ProcessTick()
369369
continue;
370370
}
371371

372-
// Make sure this peer is presumably at the same height
373-
if(!CheckNodeHeight(pnode, true)) continue;
374-
375372
// SPORK : ALWAYS ASK FOR SPORKS AS WE SYNC (we skip this mode now)
376373

377374
if(!netfulfilledman.HasFulfilledRequest(pnode->addr, "spork-sync")) {

0 commit comments

Comments
 (0)