Update auto-generated bindings
[ldk-c-bindings] / lightning-c-bindings / src / lightning / chain / transaction.rs
index 520180a3dd670e6c1d58320a256059bd161e7ead..81b8ee168c0d65e39d98c712c4ff25c35f40076e 100644 (file)
@@ -9,6 +9,7 @@
 //! Types describing on-chain transactions.
 
 use alloc::str::FromStr;
+use alloc::string::String;
 use core::ffi::c_void;
 use core::convert::Infallible;
 use bitcoin::hashes::Hash;
@@ -144,7 +145,7 @@ pub extern "C" fn OutPoint_hash(o: &OutPoint) -> u64 {
 #[no_mangle]
 pub extern "C" fn OutPoint_to_channel_id(this_arg: &crate::lightning::chain::transaction::OutPoint) -> crate::c_types::ThirtyTwoBytes {
        let mut ret = unsafe { &*ObjOps::untweak_ptr(this_arg.inner) }.to_channel_id();
-       crate::c_types::ThirtyTwoBytes { data: ret }
+       crate::c_types::ThirtyTwoBytes { data: ret.0 }
 }
 
 #[no_mangle]