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!(args.logger," The chain::Watch API *requires* that monitors are persisted durably before returning,");
4669
4669
log_error!(args.logger," client applications must ensure that ChannelMonitor data is always available and the latest to avoid funds loss!");
4670
+
log_error!(args.logger," Without the latest ChannelMonitor we cannot continue without risking funds.");
4671
+
log_error!(args.logger," Please ensure the chain::Watch API requirements are met and file a bug report at https://github.com/rust-bitcoin/rust-lightning");
log_error!(args.logger,"Missing ChannelMonitor for channel {} needed by ChannelManager.", log_bytes!(channel.channel_id()));
4687
4689
log_error!(args.logger," The chain::Watch API *requires* that monitors are persisted durably before returning,");
4688
4690
log_error!(args.logger," client applications must ensure that ChannelMonitor data is always available and the latest to avoid funds loss!");
4691
+
log_error!(args.logger," Without the ChannelMonitor we cannot continue without risking funds.");
4692
+
log_error!(args.logger," Please ensure the chain::Watch API requirements are met and file a bug report at https://github.com/rust-bitcoin/rust-lightning");
0 commit comments