Skip to content

Commit cc2e3c5

Browse files
committed
Remove a reference to toxic holder commitment transaction
1 parent 9084457 commit cc2e3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1963,7 +1963,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
19631963
}
19641964
self.pending_monitor_events.push(MonitorEvent::CommitmentTxConfirmed(self.funding_info.0));
19651965
} else {
1966-
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");
1966+
log_info!(logger, "Not broadcasting local commitment txn. Automated broadcasting is disabled.");
19671967
}
19681968
}
19691969

0 commit comments

Comments
 (0)