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 8f0cbe2 commit 3afda34Copy full SHA for 3afda34
lightning/src/ln/channelmanager.rs
@@ -7800,8 +7800,8 @@ where
7800
BlindedPath::one_hop_for_message(self.get_our_node_id(), entropy_source, secp_ctx).unwrap()
7801
}
7802
7803
- /// Creates a one-hop blinded path with [`ChannelManager::get_our_node_id`] as the introduction
7804
- /// node.
+ /// Creates a one-hop blinded payment path with [`ChannelManager::get_our_node_id`] as the
+ /// introduction node.
7805
fn create_one_hop_blinded_payment_path(
7806
&self, payment_secret: PaymentSecret
7807
) -> (BlindedPayInfo, BlindedPath) {
0 commit comments