From c558ccd6a92fa9034929769f55e65bf9c1336abd Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Fri, 8 Dec 2023 15:02:22 -0600 Subject: [PATCH] Fix create_one_hop_blinded_payment_path docs --- lightning/src/ln/channelmanager.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lightning/src/ln/channelmanager.rs b/lightning/src/ln/channelmanager.rs index 9536a9366..9017f3ffd 100644 --- a/lightning/src/ln/channelmanager.rs +++ b/lightning/src/ln/channelmanager.rs @@ -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) { -- 2.39.5