Skip to content

Commit cd37786

Browse files
f doc update
1 parent 9049c78 commit cd37786

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lightning/src/blinded_path/message.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,12 @@ pub enum AsyncPaymentsContext {
412412
///
413413
/// [`HeldHtlcAvailable`]: crate::onion_message::async_payments::HeldHtlcAvailable
414414
nonce: Nonce,
415-
/// Authentication code for the [`OfferId`].
415+
/// Authentication code for the [`HeldHtlcAvailable`] message.
416416
///
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
419421
hmac: Hmac<Sha256>,
420422
},
421423
}

0 commit comments

Comments
 (0)