1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 22:46:44 +01:00
eclair/eclair-core
Thomas HUET ca6869530e
Validate payment using minFinalExpiryDelta from node params (#2448)
Currently, for an incomming payment we check that the CLTV delta is larger than the minFinalExpiryDelta from the invoice. However with BOLT 12, invoices no longer contain a minFinalExpiryDelta (not yet visible in eclair code, BOLT 12 moves fast!). I suggest to use the minFinalExpiryDelta value from the node params instead.
Since we use this value for all the invoices we create, it doesn't change much. The only case where it would have an impact would be if we create an invoice, then shutdown, change the conf, restart, and only then someone tries to pay the invoice; in that case we would probably want to enforce the new conf anyway.
2022-10-10 09:52:05 +02:00
..
src Validate payment using minFinalExpiryDelta from node params (#2448) 2022-10-10 09:52:05 +02:00
eclair-cli Dual funding RBF support (#2275) 2022-08-22 14:37:48 +02:00
pom.xml Update sqlite to 3.39.2.0 (#2369) 2022-08-09 14:31:03 +02:00