]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Wrap docs at 100 characters
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 9 Jul 2024 18:34:14 +0000 (13:34 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Mon, 22 Jul 2024 16:34:02 +0000 (11:34 -0500)
lightning/src/blinded_path/message.rs

index 08e556a9c28c4e345e52c771033eb4f189c9182b..893e5c3a6394274ff6e8893bdffc5af94a3a9271 100644 (file)
@@ -108,9 +108,9 @@ pub enum MessageContext {
 #[derive(Clone, Debug)]
 pub enum OffersContext {
        /// Represents an unknown BOLT12 payment context.
-       /// This variant is used when a message is sent without
-       /// using a [`BlindedPath`] or over one created prior to
-       /// 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.
        Unknown {},
        /// Represents an outbound BOLT12 payment context.
        OutboundPayment {