wrong txid

pull/1147/head
Jeff Becker 4 years ago
parent e3b5fb4dd9
commit 45fa9bebbc
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -73,7 +73,7 @@ namespace llarp
return;
}
routing::DHTMessage msg;
msg.M.emplace_back(new GotIntroMessage({introset}, whoasked.txid));
msg.M.emplace_back(new GotIntroMessage({introset}, txid));
if(!path->SendRoutingMessage(msg, parent->GetRouter()))
{
llarp::LogWarn(

Loading…
Cancel
Save