Fix create_one_hop_blinded_payment_path docs

This commit is contained in:
Jeffrey Czyz 2023-12-08 15:02:22 -06:00
parent bedc2c64fc
commit c558ccd6a9
No known key found for this signature in database
GPG key ID: 3A4E08275D5E96D2

View 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) {