diff --git a/llarp/router/router.cpp b/llarp/router/router.cpp index 1686b556c..bb5a7d703 100644 --- a/llarp/router/router.cpp +++ b/llarp/router/router.cpp @@ -1170,9 +1170,6 @@ namespace llarp { for(const auto &rc : bootstrapRCList) { - if(HasPendingConnectJob(rc.pubkey)) - continue; - TryConnectAsync(rc, 4); dht()->impl->ExploreNetworkVia(dht::Key_t{rc.pubkey}); } }