return true

pull/1069/head
Jeff Becker 5 years ago
parent e87b754906
commit 626b2a6196
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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);

Loading…
Cancel
Save