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 85c780f commit 318eba2Copy full SHA for 318eba2
lightning/src/blinded_path/message.rs
@@ -113,7 +113,9 @@ pub enum OffersContext {
113
/// This variant is used when a message is sent without using a [`BlindedPath`] or over one
114
/// created prior to LDK version 0.0.124.
115
Unknown {},
116
- /// Context used by a [`BlindedPath`] within an [`Offer`] for sending an [`InvoiceRequest`].
+ /// Context used by a [`BlindedPath`] within an [`Offer`].
117
+ ///
118
+ /// This variant is intended to be received when handling an [`InvoiceRequest`].
119
///
120
/// [`Offer`]: crate::offers::offer::Offer
121
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
0 commit comments