mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
add ECIESX25519AEADRatchet session to delivery status
This commit is contained in:
parent
dd8200e8b0
commit
45145fa50a
3 changed files with 3 additions and 2 deletions
|
@ -477,6 +477,7 @@ namespace garlic
|
|||
SetLeaseSetUpdateStatus (eLeaseSetSubmitted);
|
||||
SetLeaseSetUpdateMsgID (leaseSet->GetMsgID ());
|
||||
SetLeaseSetSubmissionTime (ts);
|
||||
GetOwner ()->DeliveryStatusSent (shared_from_this (), leaseSet->GetMsgID ());
|
||||
}
|
||||
uint8_t paddingSize;
|
||||
RAND_bytes (&paddingSize, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue