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
log_error!(logger, " Please ensure the chain::Watch API requirements are met and file a bug report at https://github.com/lightningdevkit/rust-lightning");
19555
19567
return Err(DecodeError::DangerousValue);
19556
19568
}
19569
+
if funded_chan.blocked_monitor_updates_pending() > 0 {
19570
+
pending_background_events.push(
19571
+
BackgroundEvent::AttemptUnblockMonitorUpdates {
19572
+
counterparty_node_id: *counterparty_id,
19573
+
channel_id: *chan_id,
19574
+
},
19575
+
);
19576
+
}
19557
19577
} else {
19558
19578
// We shouldn't have persisted (or read) any unfunded channel types so none should have been
0 commit comments