File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -5756,8 +5756,6 @@ where
5756
5756
let completed_blocker = RAAMonitorUpdateBlockingAction::from_prev_hop_data(&hop_data);
5757
5757
#[cfg(debug_assertions)]
5758
5758
let claiming_chan_funding_outpoint = hop_data.outpoint;
5759
- #[cfg(debug_assertions)]
5760
- let claiming_channel_id = hop_data.channel_id;
5761
5759
let res = self.claim_funds_from_hop(hop_data, payment_preimage,
5762
5760
|htlc_claim_value_msat, definitely_duplicate| {
5763
5761
let chan_to_release =
@@ -5815,7 +5813,7 @@ where
5815
5813
BackgroundEvent::MonitorUpdatesComplete {
5816
5814
channel_id, ..
5817
5815
} =>
5818
- *channel_id == claiming_channel_id ,
5816
+ *channel_id == prev_channel_id ,
5819
5817
}
5820
5818
}), "{:?}", *background_events);
5821
5819
}
You can’t perform that action at this time.
0 commit comments