features: advertise wumbo channels as supported
[rust-lightning] / lightning / src / routing / mod.rs
index ca7b920563839cab087eaab7b3e102e8eb268cb9..a3ab6c0c1b30ff04e50ab5892b91ef358a1980f2 100644 (file)
@@ -9,5 +9,6 @@
 
 //! Structs and impls for receiving messages about the network and storing the topology live here.
 
-pub mod router;
 pub mod network_graph;
+pub mod router;
+pub mod scoring;