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
Implementation of the rust-lightning network stack using Tokio.
9
9
For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes, this is a simple alternative to implementing the required network stack, especially for those already using Tokio.
log_error!(args.logger," The chain::Watch API *requires* that monitors are persisted durably before returning,");
6373
6373
log_error!(args.logger," client applications must ensure that ChannelMonitor data is always available and the latest to avoid funds loss!");
6374
6374
log_error!(args.logger," Without the latest ChannelMonitor we cannot continue without risking funds.");
6375
-
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");
6375
+
log_error!(args.logger," Please ensure the chain::Watch API requirements are met and file a bug report at https://github.com/lightningdevkit/rust-lightning");
log_error!(args.logger," The chain::Watch API *requires* that monitors are persisted durably before returning,");
6404
6404
log_error!(args.logger," client applications must ensure that ChannelMonitor data is always available and the latest to avoid funds loss!");
6405
6405
log_error!(args.logger," Without the ChannelMonitor we cannot continue without risking funds.");
6406
-
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");
6406
+
log_error!(args.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