diff --git a/src/masternode-sync.cpp b/src/masternode-sync.cpp index 38d79d619..35252e9a7 100644 --- a/src/masternode-sync.cpp +++ b/src/masternode-sync.cpp @@ -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")) {