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:
parent
52d54f0e61
commit
2e250b640f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue