mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
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;
|
||||
}
|
||||
|
||||
// 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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user