Add utilities for getting a path's final value and cltv delta
[rust-lightning] / lightning / src / lib.rs
index d4289d07d2e7a7678936ce06eaa7b51a03b2d2b3..668f752e6c261c455f36be6114f1597c70bb204b 100644 (file)
@@ -78,10 +78,11 @@ extern crate core;
 pub mod util;
 pub mod chain;
 pub mod ln;
-#[allow(unused)]
-mod offers;
+pub mod offers;
 pub mod routing;
 pub mod onion_message;
+pub mod blinded_path;
+pub mod events;
 
 #[cfg(feature = "std")]
 /// Re-export of either `core2::io` or `std::io`, depending on the `std` feature flag.