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 pending in-flight updates when we are missing a monitor
If we are missing a `ChannelMonitor` for which the `ChannelManager`
has pending updates, it may be useful to print what the updates we
have actually are, at least useful in identifying the bug(s).
Copy file name to clipboardExpand all lines: lightning/src/ln/channelmanager.rs
+1
Original file line number
Diff line number
Diff line change
@@ -10680,6 +10680,7 @@ where
10680
10680
log_error!(logger, " client applications must ensure that ChannelMonitor data is always available and the latest to avoid funds loss!");
10681
10681
log_error!(logger, " Without the latest ChannelMonitor we cannot continue without risking funds.");
10682
10682
log_error!(logger, " Please ensure the chain::Watch API requirements are met and file a bug report at https://github.com/lightningdevkit/rust-lightning");
0 commit comments