mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
Merge pull request #1048 from notlesh/fix-mindless-typo-whitelist-2020-01-16
Fix HaveReceivedWhitelist() typo
This commit is contained in:
commit
23be938ee4
@ -53,7 +53,7 @@ namespace llarp
|
||||
RCLookupHandler::HaveReceivedWhitelist()
|
||||
{
|
||||
util::Lock l(&_mutex);
|
||||
return whitelistRouters.empty();
|
||||
return not whitelistRouters.empty();
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user