File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
lightning/src/blinded_path Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -412,10 +412,12 @@ pub enum AsyncPaymentsContext {
412
412
///
413
413
/// [`HeldHtlcAvailable`]: crate::onion_message::async_payments::HeldHtlcAvailable
414
414
nonce : Nonce ,
415
- /// Authentication code for the [`OfferId`] .
415
+ /// Authentication code for the [`HeldHtlcAvailable`] message .
416
416
///
417
- /// Prevents the recipient from being able to deanonymize us by creating a blinded path to us
418
- /// containing the expected [`OfferId`].
417
+ /// Prevents nodes from creating their own blinded path to us, sending a [`HeldHtlcAvailable`]
418
+ /// message and trivially getting notified whenever we come online.
419
+ ///
420
+ /// [`HeldHtlcAvailable`]: crate::onion_message::async_payments::HeldHtlcAvailable
419
421
hmac : Hmac < Sha256 > ,
420
422
} ,
421
423
}
You can’t perform that action at this time.
0 commit comments