Fix comment

This commit is contained in:
Jason Rhinelander 2022-07-26 11:26:07 -03:00
parent cc2b4df676
commit a190c14889
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
1 changed files with 1 additions and 1 deletions

View File

@ -943,7 +943,7 @@ namespace llarp
/// clear out a fully expired RC
if (rc.IsExpired(now))
return true;
// clients have a notion of a whilelist
// clients have no notion of a whilelist
// we short circuit logic here so we dont remove
// routers that are not whitelisted for first hops
if (not isSvcNode)