Move network_graph.rs to gossip.rs
[rust-lightning] / lightning / src / routing / mod.rs
index a3ab6c0c1b30ff04e50ab5892b91ef358a1980f2..c7babbe3027babb77b878f82768963d7a6319d92 100644 (file)
@@ -9,6 +9,6 @@
 
 //! Structs and impls for receiving messages about the network and storing the topology live here.
 
-pub mod network_graph;
+pub mod gossip;
 pub mod router;
 pub mod scoring;