diff --git a/src/net.cpp b/src/net.cpp index 9967e14d5da..7601a6ea84c 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1844,7 +1844,7 @@ void CConnman::ThreadOpenConnections(const std::vector connect) // Require outbound IPv4/IPv6 connections, other than feelers, to be to distinct network groups if (!fFeeler && outbound_ipv46_peer_netgroups.count(m_netgroupman.GetGroup(addr))) { - break; + continue; } // if we selected an invalid or local address, restart