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 8a30806 commit f854789Copy full SHA for f854789
lightning/src/blinded_path/mod.rs
@@ -153,7 +153,8 @@ impl BlindedPath {
153
}))
154
}
155
156
- /// Returns the introduction [`NodeId`] of the blinded path, if found in the network graph.
+ /// Returns the introduction [`NodeId`] of the blinded path, if it is publicly reachable (i.e.,
157
+ /// it is found in the network graph).
158
pub fn public_introduction_node_id<'a>(
159
&self, network_graph: &'a ReadOnlyNetworkGraph
160
) -> Option<&'a NodeId> {
0 commit comments