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
57565756 let completed_blocker = RAAMonitorUpdateBlockingAction::from_prev_hop_data(&hop_data);
57575757 #[cfg(debug_assertions)]
57585758 let claiming_chan_funding_outpoint = hop_data.outpoint;
5759- #[cfg(debug_assertions)]
5760- let claiming_channel_id = hop_data.channel_id;
57615759 let res = self.claim_funds_from_hop(hop_data, payment_preimage,
57625760 |htlc_claim_value_msat, definitely_duplicate| {
57635761 let chan_to_release =
@@ -5815,7 +5813,7 @@ where
58155813 BackgroundEvent::MonitorUpdatesComplete {
58165814 channel_id, ..
58175815 } =>
5818- *channel_id == claiming_channel_id ,
5816+ *channel_id == prev_channel_id ,
58195817 }
58205818 }), "{:?}", *background_events);
58215819 }
You can’t perform that action at this time.
0 commit comments