-
Notifications
You must be signed in to change notification settings - Fork 411
Require min_final_cltv_expiry in invoices #898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require min_final_cltv_expiry in invoices #898
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Needs a rebase to pick up CI fixes.
d76d56e
to
58918c7
Compare
Codecov Report
@@ Coverage Diff @@
## main #898 +/- ##
==========================================
+ Coverage 90.39% 90.45% +0.06%
==========================================
Files 57 57
Lines 29500 29515 +15
==========================================
+ Hits 26666 26699 +33
+ Misses 2834 2816 -18
Continue to review full report at Codecov.
|
Needs (trivial) rebase. |
58918c7
to
aafa741
Compare
ACK |
Lightning invoices must be constructed with the
min_final_cltv_expiry
field set. For backwards compatibility, use a default value if not set.Fixes #879.