Skip to content

Commit c558ccd

Browse files
committed
Fix create_one_hop_blinded_payment_path docs
1 parent bedc2c6 commit c558ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7867,8 +7867,8 @@ where
78677867
BlindedPath::one_hop_for_message(self.get_our_node_id(), entropy_source, secp_ctx).unwrap()
78687868
}
78697869

7870-
/// Creates a one-hop blinded path with [`ChannelManager::get_our_node_id`] as the introduction
7871-
/// node.
7870+
/// Creates a one-hop blinded payment path with [`ChannelManager::get_our_node_id`] as the
7871+
/// introduction node.
78727872
fn create_one_hop_blinded_payment_path(
78737873
&self, payment_secret: PaymentSecret
78747874
) -> (BlindedPayInfo, BlindedPath) {

0 commit comments

Comments
 (0)