Skip to content

Commit e8e083b

Browse files
committed
Remove a reference to toxic holder commitment transaction
1 parent 577ac3b commit e8e083b

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
@@ -1967,7 +1967,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
19671967
}
19681968
self.pending_monitor_events.push(MonitorEvent::CommitmentTxConfirmed(self.funding_info.0));
19691969
} else {
1970-
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");
1970+
log_info!(logger, "Not broadcasting local commitment txn. Automated broadcasting is disabled.");
19711971
}
19721972
}
19731973

0 commit comments

Comments
 (0)