File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
lightning/src/blinded_path Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,16 @@ pub enum OffersContext {
112
112
/// This variant is used when a message is sent without using a [`BlindedPath`] or over one
113
113
/// created prior to LDK version 0.0.124.
114
114
Unknown { } ,
115
- /// Represents an outbound BOLT12 payment context.
115
+ /// Context used by a [`BlindedPath`] within a [`Refund`] or as a reply path for an
116
+ /// [`InvoiceRequest`].
117
+ ///
118
+ /// [`Refund`]: crate::offers::refund::Refund
119
+ /// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
116
120
OutboundPayment {
117
- /// Payment ID of the outbound BOLT12 payment.
121
+ /// Payment ID used when creating a [`Refund`] or [`InvoiceRequest`].
122
+ ///
123
+ /// [`Refund`]: crate::offers::refund::Refund
124
+ /// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
118
125
payment_id : PaymentId
119
126
} ,
120
127
}
You can’t perform that action at this time.
0 commit comments