Merge pull request #1543 from jkczyz/2022-06-network-graph-bindings
[rust-lightning] / lightning / src / routing / mod.rs
index ca7b920563839cab087eaab7b3e102e8eb268cb9..c7babbe3027babb77b878f82768963d7a6319d92 100644 (file)
@@ -9,5 +9,6 @@
 
 //! Structs and impls for receiving messages about the network and storing the topology live here.
 
+pub mod gossip;
 pub mod router;
-pub mod network_graph;
+pub mod scoring;