Update auto-generated bindings
[ldk-c-bindings] / lightning-c-bindings / src / lightning / mod.rs
index f7ddf06f42c9e2d3b9f64765d4b50096092c3348..59ca2098b64beb848d831e226c90ffc42df56d74 100644 (file)
@@ -15,7 +15,7 @@
 //! figure out how best to make networking happen/timers fire/things get written to disk/keys get
 //! generated/etc. This makes it a good candidate for tight integration into an existing wallet
 //! instead of having a rather-separate lightning appendage to a wallet.
-//! 
+//!
 //! `default` features are:
 //!
 //! * `std` - enables functionalities which require `std`, including `std::io` trait implementations and things which utilize time
@@ -47,6 +47,7 @@ pub mod util;
 pub mod chain;
 pub mod ln;
 pub mod routing;
+pub mod onion_message;
 mod io_extras {
 
 use alloc::str::FromStr;