add comment

pull/1171/head
Jeff Becker 4 years ago
parent d8da3f0a83
commit b3f2c71617
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -732,6 +732,9 @@ namespace llarp
return false;
if(not rc.IsPublicRouter())
return true;
// clients have a notion of a whilelist
// we short circuit logic here so we dont remove
// routers that are not whitelisted for first hops
if(not isSvcNode)
return false;
return not _rcLookupHandler.RemoteIsAllowed(rc.pubkey);

Loading…
Cancel
Save