Skip to content

Commit 97d71d6

Browse files
committed
f - fix docs
1 parent 574609f commit 97d71d6

File tree

1 file changed

+1
-1
lines changed
  • lightning/src/blinded_path

1 file changed

+1
-1
lines changed

lightning/src/blinded_path/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pub enum Direction {
7171
///
7272
/// [`OnionMessage`]: crate::ln::msgs::OnionMessage
7373
pub trait NodeIdLookUp {
74-
/// Returns the node if of the channel counterparty with `short_channel_id`.
74+
/// Returns the node id of the forwarding node's channel counterparty with `short_channel_id`.
7575
fn next_node_id(&self, short_channel_id: u64) -> Option<PublicKey>;
7676
}
7777

0 commit comments

Comments
 (0)