mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
don't have FindClosest return true if we have no active dht nodes
This commit is contained in:
parent
39e11c2b7a
commit
ce643cc8e0
@ -448,7 +448,7 @@ namespace llarp
|
||||
result = item.first;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
return nodes.size() > 0;
|
||||
}
|
||||
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user