We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd60f04 commit d2d66cfCopy full SHA for d2d66cf
src/net.cpp
@@ -2680,7 +2680,7 @@ void CConnman::ThreadDNSAddressSeed()
2680
{
2681
READ_LOCK(m_nodes_mutex);
2682
for (const CNode* pnode : m_nodes) {
2683
- if (pnode->fSuccessfullyConnected && !pnode->IsFullOutboundConn() && !pnode->m_masternode_probe_connection) ++nRelevant;
+ if (pnode->fSuccessfullyConnected && pnode->IsFullOutboundConn() && !pnode->m_masternode_probe_connection) ++nRelevant;
2684
}
2685
2686
if (nRelevant >= 2) {
0 commit comments