pull/1334/head
Jeff Becker 5 years ago
parent f7ccbf0c78
commit 73c1538518
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1119,7 +1119,7 @@ namespace llarp
PutReplyIntroFor(f.T, m.introReply);
m.sender = m_Identity.pub;
m.seqno = GetSeqNoForConvo(f.T);
f.S = 0;
f.S = 1;
f.F = m.introReply.pathID;
transfer->P = remoteIntro.pathID;
if(!f.EncryptAndSign(m, K, m_Identity))

@ -90,7 +90,6 @@ namespace llarp
m.seqno = m_Endpoint->GetSeqNoForConvo(f.T);
m.introReply = path->intro;
f.F = m.introReply.pathID;
f.S = 0;
m.sender = m_Endpoint->GetIdentity().pub;
m.tag = f.T;
m.PutBuffer(payload);

Loading…
Cancel
Save