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 @@ -5763,8 +5763,6 @@ where
5763
5763
let completed_blocker = RAAMonitorUpdateBlockingAction::from_prev_hop_data(&hop_data);
5764
5764
#[cfg(debug_assertions)]
5765
5765
let claiming_chan_funding_outpoint = hop_data.outpoint;
5766
- #[cfg(debug_assertions)]
5767
- let claiming_channel_id = hop_data.channel_id;
5768
5766
let res = self.claim_funds_from_hop(hop_data, payment_preimage,
5769
5767
|htlc_claim_value_msat, definitely_duplicate| {
5770
5768
let chan_to_release =
@@ -5822,7 +5820,7 @@ where
5822
5820
BackgroundEvent::MonitorUpdatesComplete {
5823
5821
channel_id, ..
5824
5822
} =>
5825
- *channel_id == claiming_channel_id ,
5823
+ *channel_id == prev_channel_id ,
5826
5824
}
5827
5825
}), "{:?}", *background_events);
5828
5826
}
You can’t perform that action at this time.
0 commit comments