Skip to content

Commit a98bf47

Browse files
committed
Log context when broadcasting txn for closed channels on startup
1 parent 3830ce3 commit a98bf47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5891,6 +5891,7 @@ impl<'a, Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref>
58915891

58925892
for (ref funding_txo, ref mut monitor) in args.channel_monitors.iter_mut() {
58935893
if !funding_txo_set.contains(funding_txo) {
5894+
log_info!(args.logger, "Broadcasting latest holder commitment transaction for closed channel {}", log_bytes!(funding_txo.to_channel_id()));
58945895
monitor.broadcast_latest_holder_commitment_txn(&args.tx_broadcaster, &args.logger);
58955896
}
58965897
}

0 commit comments

Comments
 (0)