File tree 1 file changed +5
-6
lines changed
lightning/src/blinded_path
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -348,16 +348,15 @@ pub enum OffersContext {
348
348
/// [`Bolt12Invoice::payment_hash`]: crate::offers::invoice::Bolt12Invoice::payment_hash
349
349
payment_hash : PaymentHash ,
350
350
351
- /// A nonce used for authenticating that a [`Bolt12Invoice `] is for a valid [`Refund`] or
352
- /// [`InvoiceRequest`] and for deriving their signing keys .
351
+ /// A nonce used for authenticating that a received [`InvoiceError `] is for a valid
352
+ /// sent [`Bolt12Invoice`] .
353
353
///
354
+ /// [`InvoiceError`]: crate::offers::invoice_error::InvoiceError
354
355
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
355
- /// [`Refund`]: crate::offers::refund::Refund
356
- /// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
357
356
nonce : Nonce ,
358
357
359
- /// Authentication code for the [`PaymentId `], which should be checked when the context is
360
- /// used with an [`InvoiceError`].
358
+ /// Authentication code for the [`PaymentHash `], which should be checked when the context is
359
+ /// used to log the received [`InvoiceError`].
361
360
///
362
361
/// [`InvoiceError`]: crate::offers::invoice_error::InvoiceError
363
362
hmac : Hmac < Sha256 > ,
You can’t perform that action at this time.
0 commit comments