diff --git a/src/net.cpp b/src/net.cpp index 282c8fb7414..46b67386abf 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1853,7 +1853,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