Skip to content

Commit 79cff6c

Browse files
committed
Remove unused chan_id
1 parent 17e8292 commit 79cff6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10495,7 +10495,6 @@ where
1049510495
// 0.0.102+
1049610496
for (_, monitor) in args.channel_monitors.iter() {
1049710497
let counterparty_opt = id_to_peer.get(&monitor.get_funding_txo().0.to_channel_id());
10498-
let chan_id = monitor.get_funding_txo().0.to_channel_id();
1049910498
if counterparty_opt.is_none() {
1050010499
let logger = WithChannelMonitor::from(&args.logger, monitor);
1050110500
for (htlc_source, (htlc, _)) in monitor.get_pending_or_resolved_outbound_htlcs() {

0 commit comments

Comments
 (0)