Skip to content

Commit

Permalink
Update funding timeout fundee
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bast committed Feb 17, 2021
1 parent 2a359c6 commit edc801d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edc801d

Please sign in to comment.