Fix create_one_hop_blinded_payment_path docs
authorJeffrey Czyz <jkczyz@gmail.com>
Fri, 8 Dec 2023 21:02:22 +0000 (15:02 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Fri, 15 Dec 2023 20:52:07 +0000 (14:52 -0600)
lightning/src/ln/channelmanager.rs

index 9536a9366e18506fa586d96c325b7d725e677de2..9017f3ffd98a4708274d2b005f6d17a91583e7aa 100644 (file)
@@ -7867,8 +7867,8 @@ where
                BlindedPath::one_hop_for_message(self.get_our_node_id(), entropy_source, secp_ctx).unwrap()
        }
 
-       /// Creates a one-hop blinded path with [`ChannelManager::get_our_node_id`] as the introduction
-       /// node.
+       /// Creates a one-hop blinded payment path with [`ChannelManager::get_our_node_id`] as the
+       /// introduction node.
        fn create_one_hop_blinded_payment_path(
                &self, payment_secret: PaymentSecret
        ) -> (BlindedPayInfo, BlindedPath) {