diff --git a/NetDb.cpp b/NetDb.cpp index 8516cbfe..b4b4ef08 100644 --- a/NetDb.cpp +++ b/NetDb.cpp @@ -550,7 +550,7 @@ namespace data std::set excluded; for (int i = 0; i < 3; i++) { - auto floodfill = GetClosestFloodfill (ident, excluded, true); // we need a floodfill close than us only + auto floodfill = GetClosestFloodfill (ident, excluded); if (floodfill) transports.SendMessage (floodfill->GetIdentHash (), floodMsg); else