Add a `payment_metadata` field to `RecipientOnionFields`
[rust-lightning] / lightning / src / lib.rs
index 71f82ed01340bbeb85546aa435a22e81c9381e4d..ad16914c35c3476992a1e855e7c8385e9811a7ff 100644 (file)
@@ -81,6 +81,7 @@ pub mod ln;
 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.