mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
skip SigningPrivateKey
This commit is contained in:
parent
444539b826
commit
d6bfe7810a
2 changed files with 3 additions and 2 deletions
1
I2CP.cpp
1
I2CP.cpp
|
@ -354,6 +354,7 @@ namespace client
|
|||
size_t offset = 2;
|
||||
if (m_Destination)
|
||||
{
|
||||
offset += m_Destination->GetIdentity ()->GetSigningPrivateKeyLen (); // skip signing private key
|
||||
m_Destination->SetEncryptionPrivateKey (buf + offset);
|
||||
offset += 256;
|
||||
m_Destination->LeaseSetCreated (buf + offset, len - offset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue