Skip to content

Commit d7008e0

Browse files
committed
Add a C-not exported tag to NetGraphMsgHandler.network_graph
1 parent b06c746 commit d7008e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/routing/network_graph.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ where C::Target: chain::Access, L::Target: Logger
251251

252252
/// Gets a reference to the underlying [`NetworkGraph`] which was provided in
253253
/// [`NetGraphMsgHandler::new`].
254+
///
255+
/// (C-not exported) as bindings don't support a reference-to-a-reference yet
254256
pub fn network_graph(&self) -> &G {
255257
&self.network_graph
256258
}

0 commit comments

Comments
 (0)