Update auto-generated bindings with lightning-invoice
[ldk-c-bindings] / lightning-c-bindings / src / lightning / ln / msgs.rs
index 97c516afa11d09c78e0811de2bdd8c228023324e..9812571b66de89319301861a2c4060783111aa84 100644 (file)
@@ -23,6 +23,7 @@
 //! raw socket events into your non-internet-facing system and then send routing events back to
 //! track the network on the less-secure system.
 
+use std::str::FromStr;
 use std::ffi::c_void;
 use bitcoin::hashes::Hash;
 use crate::c_types::*;
@@ -4759,6 +4760,14 @@ impl Drop for RoutingMessageHandler {
                        f(self.this_arg);
                }
        }
+}
+mod fuzzy_internal_msgs {
+
+use std::str::FromStr;
+use std::ffi::c_void;
+use bitcoin::hashes::Hash;
+use crate::c_types::*;
+
 }
 #[no_mangle]
 /// Serialize the AcceptChannel object into a byte array which can be read by AcceptChannel_read