Skip to content

Commit c43da16

Browse files
committed
f - reword docs
1 parent 1f7562a commit c43da16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lightning/src/blinded_path/message.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,9 @@ pub enum OffersContext {
144144
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
145145
payment_id: PaymentId
146146
},
147-
/// Context used by a [`BlindedPath`] for replying to a [`Bolt12Invoice`] with an
148-
/// [`InvoiceError`].
147+
/// Context used by a [`BlindedPath`] as a reply path for a [`Bolt12Invoice`].
148+
///
149+
/// This variant is intended to be received when handling an [`InvoiceError`].
149150
///
150151
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
151152
/// [`InvoiceError`]: crate::offers::invoice_error::InvoiceError

0 commit comments

Comments
 (0)