Skip to content

Commit 318eba2

Browse files
committed
f - reword docs
1 parent 85c780f commit 318eba2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning/src/blinded_path/message.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ pub enum OffersContext {
113113
/// This variant is used when a message is sent without using a [`BlindedPath`] or over one
114114
/// created prior to LDK version 0.0.124.
115115
Unknown {},
116-
/// Context used by a [`BlindedPath`] within an [`Offer`] for sending an [`InvoiceRequest`].
116+
/// Context used by a [`BlindedPath`] within an [`Offer`].
117+
///
118+
/// This variant is intended to be received when handling an [`InvoiceRequest`].
117119
///
118120
/// [`Offer`]: crate::offers::offer::Offer
119121
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest

0 commit comments

Comments
 (0)