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 bedc2c6 commit c558ccdCopy full SHA for c558ccd
lightning/src/ln/channelmanager.rs
@@ -7867,8 +7867,8 @@ where
7867
BlindedPath::one_hop_for_message(self.get_our_node_id(), entropy_source, secp_ctx).unwrap()
7868
}
7869
7870
- /// Creates a one-hop blinded path with [`ChannelManager::get_our_node_id`] as the introduction
7871
- /// node.
+ /// Creates a one-hop blinded payment path with [`ChannelManager::get_our_node_id`] as the
+ /// introduction node.
7872
fn create_one_hop_blinded_payment_path(
7873
&self, payment_secret: PaymentSecret
7874
) -> (BlindedPayInfo, BlindedPath) {
0 commit comments