File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -6283,7 +6283,7 @@ where
62836283 incoming_user_channel_id,
62846284 htlc_forwards.drain(..).collect(),
62856285 );
6286- self.forward_htlcs_without_forward_event (&mut [pending_forwards]);
6286+ self.forward_htlcs (&mut [pending_forwards]);
62876287 for (htlc_fail, failure_type, failure_reason) in htlc_fails.drain(..) {
62886288 let failure = match htlc_fail {
62896289 HTLCFailureMsg::Relay(fail_htlc) => HTLCForwardInfo::FailHTLC {
@@ -9924,13 +9924,6 @@ This indicates a bug inside LDK. Please report this error at https://github.com/
99249924
99259925 #[inline]
99269926 fn forward_htlcs(&self, per_source_pending_forwards: &mut [PerSourcePendingForward]) {
9927- self.forward_htlcs_without_forward_event(per_source_pending_forwards);
9928- }
9929-
9930- #[inline]
9931- fn forward_htlcs_without_forward_event(
9932- &self, per_source_pending_forwards: &mut [PerSourcePendingForward],
9933- ) {
99349927 for &mut (
99359928 prev_short_channel_id,
99369929 prev_counterparty_node_id,
You can’t perform that action at this time.
0 commit comments