We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ae5be commit 82f10faCopy full SHA for 82f10fa
lightning/src/blinded_path/message.rs
@@ -143,9 +143,11 @@ pub enum OffersContext {
143
/// [`Refund`]: crate::offers::refund::Refund
144
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
145
payment_id: PaymentId,
146
- /// A nonce used for authenticating that an [`Invoice`] is for a valid [`Refund`] or
+
147
+ /// A nonce used for authenticating that a [`Bolt12Invoice`] is for a valid [`Refund`] or
148
/// [`InvoiceRequest`] and for deriving their signing keys.
149
///
150
+ /// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
151
152
153
nonce: Nonce,
0 commit comments