You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letmut ret = unsafe{&mut*(this_arg as*mutnativeChainMonitor)}.watch_channel(*unsafe{Box::from_raw(funding_outpoint.take_inner())},*unsafe{Box::from_raw(monitor.take_inner())});
143
+
letmut ret = <nativeChainMonitorasWatchTraitImport<_>>::watch_channel(unsafe{&mut*(this_arg as*mutnativeChainMonitor)},*unsafe{Box::from_raw(funding_outpoint.take_inner())},*unsafe{Box::from_raw(monitor.take_inner())});
144
144
letmut local_ret = match ret {Ok(mut o) => crate::c_types::CResultTempl::ok({0u8/*o*/}).into(),Err(mut e) => crate::c_types::CResultTempl::err({crate::chain::channelmonitor::ChannelMonitorUpdateErr::native_into(e)}).into()};
letmut ret = unsafe{&mut*(this_arg as*mutnativeChainMonitor)}.update_channel(*unsafe{Box::from_raw(funding_txo.take_inner())},*unsafe{Box::from_raw(update.take_inner())});
149
+
letmut ret = <nativeChainMonitorasWatchTraitImport<_>>::update_channel(unsafe{&mut*(this_arg as*mutnativeChainMonitor)},*unsafe{Box::from_raw(funding_txo.take_inner())},*unsafe{Box::from_raw(update.take_inner())});
150
150
letmut local_ret = match ret {Ok(mut o) => crate::c_types::CResultTempl::ok({0u8/*o*/}).into(),Err(mut e) => crate::c_types::CResultTempl::err({crate::chain::channelmonitor::ChannelMonitorUpdateErr::native_into(e)}).into()};
0 commit comments