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 c1db452 commit fc6d107Copy full SHA for fc6d107
lightning/src/blinded_path/message.rs
@@ -108,9 +108,9 @@ pub enum MessageContext {
108
#[derive(Clone, Debug)]
109
pub enum OffersContext {
110
/// Represents an unknown BOLT12 payment context.
111
- /// This variant is used when a message is sent without
112
- /// using a [`BlindedPath`] or over one created prior to
113
- /// LDK version 0.0.124.
+ ///
+ /// This variant is used when a message is sent without using a [`BlindedPath`] or over one
+ /// created prior to LDK version 0.0.124.
114
Unknown {},
115
/// Represents an outbound BOLT12 payment context.
116
OutboundPayment {
0 commit comments