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 1f7562a commit c43da16Copy full SHA for c43da16
lightning/src/blinded_path/message.rs
@@ -144,8 +144,9 @@ pub enum OffersContext {
144
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
145
payment_id: PaymentId
146
},
147
- /// Context used by a [`BlindedPath`] for replying to a [`Bolt12Invoice`] with an
148
- /// [`InvoiceError`].
+ /// Context used by a [`BlindedPath`] as a reply path for a [`Bolt12Invoice`].
+ ///
149
+ /// This variant is intended to be received when handling an [`InvoiceError`].
150
///
151
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
152
/// [`InvoiceError`]: crate::offers::invoice_error::InvoiceError
0 commit comments