Merge pull request #1693 from valentinewallace/2022-09-readme-updates
[rust-lightning] / lightning / src / routing / mod.rs
index a3ab6c0c1b30ff04e50ab5892b91ef358a1980f2..9bf0910663d92210ce649bfec959538214cd12cd 100644 (file)
@@ -9,6 +9,8 @@
 
 //! 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;
+#[cfg(test)]
+mod test_utils;