1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-20 13:34:35 +01:00

Increased max-to-local-delay-blocks to 2016 (#853)

Max CLTV of 2016 agreed in 2018 Adelaide's meeting for 1.1 specs.
This commit is contained in:
Dominique 2019-02-08 15:11:21 +01:00 committed by Pierre-Marie Padiou
parent fe48e5540c
commit b29874ea70

View file

@ -62,7 +62,7 @@ eclair {
max-reserve-to-funding-ratio = 0.05 // channel reserve can't be more than 5% of the funding amount (recommended: 1%)
to-remote-delay-blocks = 144 // number of blocks that the other node's to-self outputs must be delayed (144 ~ 1 day)
max-to-local-delay-blocks = 2000 // maximum number of blocks that we are ready to accept for our own delayed outputs (2000 ~ 2 weeks)
max-to-local-delay-blocks = 2016 // maximum number of blocks that we are ready to accept for our own delayed outputs (2016 ~ 2 weeks)
mindepth-blocks = 3
expiry-delta-blocks = 144