We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9049c78 commit cd37786Copy full SHA for cd37786
lightning/src/blinded_path/message.rs
@@ -412,10 +412,12 @@ pub enum AsyncPaymentsContext {
412
///
413
/// [`HeldHtlcAvailable`]: crate::onion_message::async_payments::HeldHtlcAvailable
414
nonce: Nonce,
415
- /// Authentication code for the [`OfferId`].
+ /// Authentication code for the [`HeldHtlcAvailable`] message.
416
417
- /// Prevents the recipient from being able to deanonymize us by creating a blinded path to us
418
- /// containing the expected [`OfferId`].
+ /// Prevents nodes from creating their own blinded path to us, sending a [`HeldHtlcAvailable`]
+ /// message and trivially getting notified whenever we come online.
419
+ ///
420
+ /// [`HeldHtlcAvailable`]: crate::onion_message::async_payments::HeldHtlcAvailable
421
hmac: Hmac<Sha256>,
422
},
423
}
0 commit comments