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

update convo tag and intro

This commit is contained in:
Jeff Becker 2018-09-18 06:18:57 -04:00
parent 1471e90fb5
commit 8d6e7df94d
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -1225,7 +1225,8 @@ namespace llarp
if(m_DataHandler->GetCachedSessionKeyFor(f.T, shared))
{
ProtocolMessage m;
m.proto = t;
m.proto = t;
m_DataHandler->PutIntroFor(f.T, remoteIntro);
m.introReply = path->intro;
m.sender = m_Endpoint->m_Identity.pub;
m.PutBuffer(payload);