Skip to content

Commit f0f8c83

Browse files
committed
Remove a reference to toxic holder commitment transaction
1 parent 0da0f93 commit f0f8c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2177,7 +2177,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
21772177
}
21782178
self.pending_monitor_events.push(MonitorEvent::CommitmentTxConfirmed(self.funding_info.0));
21792179
} else {
2180-
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");
2180+
log_info!(logger, "Not broadcasting local commitment txn. Automated broadcasting is disabled.");
21812181
}
21822182
}
21832183

0 commit comments

Comments
 (0)