From 29da2a9943283f28d51b5140924355464a386a52 Mon Sep 17 00:00:00 2001 From: majestrate Date: Thu, 3 Nov 2022 10:49:57 -0400 Subject: [PATCH] Update llarp/service/endpoint.cpp Co-authored-by: Jason Rhinelander --- llarp/service/endpoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llarp/service/endpoint.cpp b/llarp/service/endpoint.cpp index 14fc2adfb..24839ff4d 100644 --- a/llarp/service/endpoint.cpp +++ b/llarp/service/endpoint.cpp @@ -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; }