Merge pull request #81 from TheBlueMatt/main
[ldk-c-bindings] / lightning-c-bindings / src / lightning / routing / mod.rs
index 278665651de0e258d1e06159ed6a8227c889be4e..153f9df9020313810d978544b04fa9894a78699d 100644 (file)
@@ -16,6 +16,6 @@ use crate::c_types::*;
 #[cfg(feature="no-std")]
 use alloc::{vec::Vec, boxed::Box};
 
-pub mod network_graph;
+pub mod gossip;
 pub mod router;
 pub mod scoring;