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,");
4664
4664
log_error!(args.logger," client applications must ensure that ChannelMonitor data is always available and the latest to avoid funds loss!");
4665
4665
log_error!(args.logger," Without the latest ChannelMonitor we cannot continue without risking funds.");
4666
-
log_error!(args.logger," Please ensure the chain::Watch API requirements are met file a bug report at https://github.com/rust-bitcoin/rust-lightning");
4666
+
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," The chain::Watch API *requires* that monitors are persisted durably before returning,");
4685
4685
log_error!(args.logger," client applications must ensure that ChannelMonitor data is always available and the latest to avoid funds loss!");
4686
4686
log_error!(args.logger," Without the ChannelMonitor we cannot continue without risking funds.");
4687
-
log_error!(args.logger," Please ensure the chain::Watch API requirements are met file a bug report at https://github.com/rust-bitcoin/rust-lightning");
4687
+
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