Files
pallectrum/electrum
SomberNight 783dc0cdd5 lnpeer.maybe_fulfill_htlc: also check cltv and amt against inner onion
- is_trampoline was True iff we are the final recipient of a trampoline payment
  - in that case, we were only comparing htlc.cltv_expiry against the outer onion cltv
  - we should and do now also compare against the inner onion cltv
- the checks are changed from "!=" to "<", to adapt to bolts PR 1032
  - see b38156b951
  - note that the leniency is needed for the cltv off-by-one
    added in eca10eb04d to work
2023-10-19 15:23:21 +00:00
..
2023-10-14 10:13:27 +02:00
2023-10-19 16:05:54 +02:00
2023-10-17 12:15:35 +02:00
2023-10-16 13:54:16 +02:00
2023-10-17 12:15:35 +02:00
2023-10-16 13:54:16 +02:00
2023-10-16 13:54:16 +02:00
2023-09-27 23:37:36 +00:00
2023-10-16 13:54:16 +02:00