diff --git a/src/masternode/utils.cpp b/src/masternode/utils.cpp index 48a3d19b8e..90311288f9 100644 --- a/src/masternode/utils.cpp +++ b/src/masternode/utils.cpp @@ -67,7 +67,7 @@ void CMasternodeUtils::DoMaintenance(CConnman& connman, CDeterministicMNManager& if (pnode->IsInboundConn()) { return; } - } else if (GetTime() - pnode->m_connected < 5s) { + } else if (GetTime() - pnode->m_connected < PROBE_WAIT_INTERVAL) { // non-verified, give it some time to verify itself return; } else if (pnode->qwatch) {