Split routing from getting network messages
[rust-lightning] / lightning / src / routing / mod.rs
index 9e72d7c3e0f6fb132ece179fe142fa0219bbe425..d419c6e9300ace03868c8272b7a71492f7664431 100644 (file)
@@ -1,3 +1,4 @@
 //! Structs and impls for receiving messages about the network and storing the topology live here.
 
 pub mod router;
+pub mod network_graph;