We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574609f commit 97d71d6Copy full SHA for 97d71d6
lightning/src/blinded_path/mod.rs
@@ -71,7 +71,7 @@ pub enum Direction {
71
///
72
/// [`OnionMessage`]: crate::ln::msgs::OnionMessage
73
pub trait NodeIdLookUp {
74
- /// 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`.
75
fn next_node_id(&self, short_channel_id: u64) -> Option<PublicKey>;
76
}
77
0 commit comments