Merge pull request #1048 from notlesh/fix-mindless-typo-whitelist-2020-01-16

Fix HaveReceivedWhitelist() typo
This commit is contained in:
Jeff 2020-01-17 07:19:34 -05:00 committed by GitHub
commit 23be938ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ namespace llarp
RCLookupHandler::HaveReceivedWhitelist()
{
util::Lock l(&_mutex);
return whitelistRouters.empty();
return not whitelistRouters.empty();
}
void