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!(logger,"You have a toxic holder commitment transaction avaible in channel monitor, read comment in ChannelMonitor::get_latest_holder_commitment_txn to be informed of manual action to take");
2254
2255
}else{
2255
-
// If we generated a MonitorEvent::CommitmentTxConfirmed, the ChannelManager
2256
-
// will still give us a ChannelForceClosed event with !should_broadcast, but we
2257
-
// shouldn't print the scary warning above.
2258
-
log_info!(logger,"Channel off-chain state closed after we broadcasted our latest commitment transaction.");
2256
+
self.allow_automated_broadcast = false;
2257
+
if !self.holder_tx_signed{
2258
+
log_error!(logger,"You have a toxic holder commitment transaction avaible in channel monitor, read comment in ChannelMonitor::get_latest_holder_commitment_txn to be informed of manual action to take");
2259
+
}else{
2260
+
// If we generated a MonitorEvent::CommitmentTxConfirmed, the ChannelManager
2261
+
// will still give us a ChannelForceClosed event with !should_broadcast, but we
2262
+
// shouldn't print the scary warning above.
2263
+
log_info!(logger,"Channel off-chain state closed after we broadcasted our latest commitment transaction.");
0 commit comments