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_and_panic!("We have fallen behind - we have received proof that if we broadcast our counterparty is going to claim all our funds.\n\
4251
+
This implies you have restarted with lost ChannelMonitor and ChannelManager state, the first of which is a violation of the LDK chain::Watch requirements.\n\
4252
+
More specifically, this means you have a bug in your implementation that can cause loss of funds, or you are running with an old backup, which is unsafe.\n\
4253
+
If you have restored from an old backup and wish to force-close channels and return to operation, you should start up, call\n\
4254
+
ChannelManager::force_close_without_broadcasting_txn on channel {} with counterparty {} or\n\
4255
+
ChannelManager::force_close_all_channels_without_broadcasting_txn, then reconnect to peer(s).\n\
4256
+
Note that due to a long-standing bug in lnd you may have to reach out to peers running lnd-based nodes to ask them to manually force-close channels\n\
4257
+
See https://github.com/lightningdevkit/rust-lightning/issues/1565 for more info.");
4241
4258
};
4242
4259
4243
4260
// We increment cur_counterparty_commitment_transaction_number only upon receipt of
0 commit comments