mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
signature size for LeaseSet
This commit is contained in:
parent
2bc1ba1a9c
commit
8b81ba8d45
4 changed files with 25 additions and 29 deletions
|
@ -46,9 +46,8 @@ namespace data
|
|||
m_BufferLen += sizeof (Lease);
|
||||
}
|
||||
// signature
|
||||
// TODO: signer
|
||||
localDestination.Sign (m_Buffer, m_BufferLen, m_Buffer + m_BufferLen);
|
||||
m_BufferLen += 40; // TODO:
|
||||
m_BufferLen += localDestination.GetIdentity ().GetSignatureLen ();
|
||||
LogPrint ("Local LeaseSet of ", tunnels.size (), " leases created");
|
||||
|
||||
ReadFromBuffer ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue