Skip to content

Commit f854789

Browse files
committed
f - clarify docs
1 parent 8a30806 commit f854789

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

lightning/src/blinded_path/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ impl BlindedPath {
153153
}))
154154
}
155155

156-
/// Returns the introduction [`NodeId`] of the blinded path, if found in the network graph.
156+
/// Returns the introduction [`NodeId`] of the blinded path, if it is publicly reachable (i.e.,
157+
/// it is found in the network graph).
157158
pub fn public_introduction_node_id<'a>(
158159
&self, network_graph: &'a ReadOnlyNetworkGraph
159160
) -> Option<&'a NodeId> {

0 commit comments

Comments
 (0)