Skip to content

Commit 3afda34

Browse files
committed
Fix create_one_hop_blinded_payment_path docs
1 parent 8f0cbe2 commit 3afda34

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
@@ -7800,8 +7800,8 @@ where
78007800
BlindedPath::one_hop_for_message(self.get_our_node_id(), entropy_source, secp_ctx).unwrap()
78017801
}
78027802

7803-
/// Creates a one-hop blinded path with [`ChannelManager::get_our_node_id`] as the introduction
7804-
/// node.
7803+
/// Creates a one-hop blinded payment path with [`ChannelManager::get_our_node_id`] as the
7804+
/// introduction node.
78057805
fn create_one_hop_blinded_payment_path(
78067806
&self, payment_secret: PaymentSecret
78077807
) -> (BlindedPayInfo, BlindedPath) {

0 commit comments

Comments
 (0)