1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-13 19:37:35 +01:00

increase fundee timeout to 14 days

This is a simpler alternative to 083515086f.
This commit is contained in:
pm47 2021-04-26 15:43:41 +02:00
parent 52d54f0e61
commit 2e250b640f
No known key found for this signature in database
GPG key ID: E434ED292E85643A

View file

@ -70,7 +70,7 @@ object Channel {
val MAX_TO_SELF_DELAY = CltvExpiryDelta(2016)
// as a fundee, we will wait that much time for the funding tx to confirm (funder will rely on the funding tx being double-spent)
val FUNDING_TIMEOUT_FUNDEE = 5 days
val FUNDING_TIMEOUT_FUNDEE = 14 days
// pruning occurs if no new update has been received in two weeks (BOLT 7)
val REFRESH_CHANNEL_UPDATE_INTERVAL = 10 days