mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
Fix create_one_hop_blinded_payment_path docs
This commit is contained in:
parent
bedc2c64fc
commit
c558ccd6a9
1 changed files with 2 additions and 2 deletions
|
@ -7867,8 +7867,8 @@ where
|
||||||
BlindedPath::one_hop_for_message(self.get_our_node_id(), entropy_source, secp_ctx).unwrap()
|
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
|
/// Creates a one-hop blinded payment path with [`ChannelManager::get_our_node_id`] as the
|
||||||
/// node.
|
/// introduction node.
|
||||||
fn create_one_hop_blinded_payment_path(
|
fn create_one_hop_blinded_payment_path(
|
||||||
&self, payment_secret: PaymentSecret
|
&self, payment_secret: PaymentSecret
|
||||||
) -> (BlindedPayInfo, BlindedPath) {
|
) -> (BlindedPayInfo, BlindedPath) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue