Skip to content

Commit 9ecf158

Browse files
committed
f - reword docs
1 parent 64b78c6 commit 9ecf158

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lightning/src/blinded_path/message.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,13 @@ pub enum OffersContext {
115115
/// Context used by a [`BlindedPath`] within a [`Refund`] or as a reply path for an
116116
/// [`InvoiceRequest`].
117117
///
118+
/// This variant is intended to be received when handling a [`Bolt12Invoice`] or an
119+
/// [`InvoiceError`].
120+
///
118121
/// [`Refund`]: crate::offers::refund::Refund
119122
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
123+
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
124+
/// [`InvoiceError`]: crate::offers::invoice_error::InvoiceError
120125
OutboundPayment {
121126
/// Payment ID used when creating a [`Refund`] or [`InvoiceRequest`].
122127
///

0 commit comments

Comments
 (0)