mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
correct msg for first peer test message
This commit is contained in:
parent
593b9bb6c5
commit
84aec9fe31
@ -1607,7 +1607,7 @@ namespace transport
|
|||||||
s.Insert (GetRemoteIdentity ()->GetIdentHash (), 32); // bhash
|
s.Insert (GetRemoteIdentity ()->GetIdentHash (), 32); // bhash
|
||||||
s.Insert (signedData, 7 + asz); // ver, nonce, ts, asz, Alice's endpoint
|
s.Insert (signedData, 7 + asz); // ver, nonce, ts, asz, Alice's endpoint
|
||||||
s.Sign (i2p::context.GetPrivateKeys (), signedData + 7 + asz);
|
s.Sign (i2p::context.GetPrivateKeys (), signedData + 7 + asz);
|
||||||
return CreatePeerTestBlock (buf, len, 0, i2p::context.GetIdentHash (),
|
return CreatePeerTestBlock (buf, len, 1, i2p::context.GetIdentHash (),
|
||||||
signedData, 7 + asz + i2p::context.GetIdentity ()->GetSignatureLen ());
|
signedData, 7 + asz + i2p::context.GetIdentity ()->GetSignatureLen ());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user