Update llarp/service/endpoint.cpp

Co-authored-by: Jason Rhinelander <jason@imaginary.ca>
pull/2048/head
majestrate 2 years ago committed by GitHub
parent e5efe793ca
commit 29da2a9943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -972,7 +972,7 @@ namespace llarp
bool
Endpoint::ReadyToDoLookup(size_t num_paths) const
{
// Currently just checks the number of paths, but could do more checks in the future. (jason)
// Currently just checks the number of paths, but could do more checks in the future.
return num_paths >= MIN_ENDPOINTS_FOR_LNS_LOOKUP;
}

Loading…
Cancel
Save