return true

This commit is contained in:
Jeff Becker 2020-01-23 12:07:33 -05:00
parent e87b754906
commit 626b2a6196
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -97,6 +97,7 @@ namespace llarp
{
// we dont got it
replies.emplace_back(new GotIntroMessage({}, txID));
return true;
}
llarp::LogInfo("lookup ", serviceAddress.ToString());
const auto introset = dht.GetIntroSetByServiceAddress(serviceAddress);