Do not force disconnect for stalled nodes on sync (#1374)
They might be simply busy serving us another data
This commit is contained in:
parent
1c63052c3e
commit
5598d640e6
@ -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")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user