Skip to content

Commit

Permalink
Do not force disconnect for stalled nodes on sync (#1374)
Browse files Browse the repository at this point in the history
They might be simply busy serving us another data
  • Loading branch information
UdjinM6 authored Mar 1, 2017
1 parent 1c63052 commit 5598d64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/masternode-sync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
Expand Down

0 comments on commit 5598d64

Please sign in to comment.