diff --git a/src/net.cpp b/src/net.cpp index 2df0b3ecb5..e39b089645 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -3303,7 +3303,7 @@ void CConnman::ThreadOpenConnections(const std::vector connect, CDe // 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 address, restart