Conversation
LND and CLN already use 2016 blocks. The network is generally raising the values of `cltv_expiry_delta` to account for high on-chain fees, so we'll need to allow longer maximum deltas to avoid rejecting payments.
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #2677 +/- ##
==========================================
- Coverage 85.88% 85.87% -0.01%
==========================================
Files 214 214
Lines 17591 17590 -1
Branches 728 734 +6
==========================================
- Hits 15108 15106 -2
- Misses 2483 2484 +1
|
pm47
left a comment
There was a problem hiding this comment.
I don't think that can work without also updating the value below as well:
|
It's a problem that we have so many constants defined in so many different places. Should |
|
Good points, I cleaned up the constants in I'm not sure what to do with |
LND and CLN already use 2016 blocks. The network is generally raising the values of
cltv_expiry_deltato account for high on-chain fees, so we'll need to allow longer maximum deltas to avoid rejecting payments.