pull/1659/head
Jeff Becker 3 years ago
parent 0fa39c89dc
commit 07d18b30c0
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -797,7 +797,7 @@ namespace llarp
if (!UpdateOurRC(false))
LogError("Failed to update our RC");
}
else if (whitelistEnabled and gotWhitelist and _rcLookupHandler.SessionIsAllowed(pubkey()))
else if (whitelistRouters and gotWhitelist and _rcLookupHandler.SessionIsAllowed(pubkey()))
{
// if we have the whitelist enabled, we have fetched the list and we are in either
// the white or grey list, we want to gossip our RC

Loading…
Cancel
Save