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
/// Gets the current [`UserConfig`] which controls some global behavior and includes the
4052
4069
/// default configuration applied to all new channels.
4053
4070
pub fn get_current_config(&self) -> UserConfig {
@@ -8192,7 +8209,7 @@ where
8192
8209
if chan_needs_persist == NotifyOption::DoPersist { should_persist = NotifyOption::DoPersist; }
8193
8210
8194
8211
if let Err(e) = funded_chan.timer_check_closing_negotiation_progress() {
8195
-
let (needs_close, err) = convert_channel_err!(self, peer_state, e, funded_chan, FUNDED_CHANNEL);
8212
+
let (needs_close, err) = self.convert_channel_err_funded(&mut peer_state.closed_channel_monitor_update_ids, &mut peer_state.in_flight_monitor_updates, e, funded_chan);
0 commit comments