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 1ff8c8d commit a5145e4Copy full SHA for a5145e4
lightning/src/blinded_path/message.rs
@@ -107,7 +107,7 @@ pub enum MessageContext {
107
/// [`OffersMessage`]: crate::onion_message::offers::OffersMessage
108
#[derive(Clone, Debug)]
109
pub enum OffersContext {
110
- /// Represents an unknown BOLT12 payment context.
+ /// Represents an unknown BOLT12 message context.
111
///
112
/// This variant is used when a message is sent without using a [`BlindedPath`] or over one
113
/// created prior to LDK version 0.0.124.
0 commit comments