Add a `payment_metadata` field to `RecipientOnionFields`
[rust-lightning] / lightning / src / lib.rs
index d4289d07d2e7a7678936ce06eaa7b51a03b2d2b3..ad16914c35c3476992a1e855e7c8385e9811a7ff 100644 (file)
@@ -78,10 +78,10 @@ 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 events;
 
 #[cfg(feature = "std")]
 /// Re-export of either `core2::io` or `std::io`, depending on the `std` feature flag.