use endpoint path for lookup because outboundcontext does not implement pathset::HandleGotIntroMessage

pull/1106/head
Jeff Becker 4 years ago
parent 3f29030d1d
commit f7f5d893a5
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -228,7 +228,7 @@ namespace llarp
return;
const auto addr = currentIntroSet.A.Addr();
const auto paths = GetManyPathsWithUniqueEndpoints(this, 2);
const auto paths = GetManyPathsWithUniqueEndpoints(m_Endpoint, 2);
uint64_t relayOrder = 0;
for(const auto& path : paths)
{

Loading…
Cancel
Save