1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

fix compile warning

This commit is contained in:
Jeff Becker 2019-05-01 09:53:43 -04:00
parent e060082441
commit 6b2ad94731
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -78,8 +78,7 @@ namespace llarp
if(msg.questions[0].HasTLD(".snode"))
return true;
}
else
return false;
return false;
}
bool