Skip to content

Commit

Permalink
f - fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Mar 28, 2024
1 parent 574609f commit 97d71d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/blinded_path/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub enum Direction {
///
/// [`OnionMessage`]: crate::ln::msgs::OnionMessage
pub trait NodeIdLookUp {
/// Returns the node if of the channel counterparty with `short_channel_id`.
/// Returns the node id of the forwarding node's channel counterparty with `short_channel_id`.
fn next_node_id(&self, short_channel_id: u64) -> Option<PublicKey>;
}

Expand Down

0 comments on commit 97d71d6

Please sign in to comment.