Skip to content

Commit 75e41b3

Browse files
committed
f remove stale comment val pointed out
1 parent 940259c commit 75e41b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3058,8 +3058,6 @@ impl<ChanSigner: ChannelKeys, M: Deref + Sync + Send, T: Deref + Sync + Send, K:
30583058
}
30593059

30603060
for (source, payment_hash, reason) in timed_out_htlcs.drain(..) {
3061-
// Call it incorrect_or_unknown_payment_details as the issue, ultimately, is that the
3062-
// user failed to provide us a preimage within the cltv_expiry time window.
30633061
self.fail_htlc_backwards_internal(self.channel_state.lock().unwrap(), source, &payment_hash, reason);
30643062
}
30653063
self.latest_block_height.store(height as usize, Ordering::Release);

0 commit comments

Comments
 (0)