Uh oh!
There was an error while loading. Please reload this page.
Require min_final_cltv_expiry in invoices - #898
Merged
Conversation
TheBlueMatt
approved these changes
Apr 27, 2021
TheBlueMatt
left a comment
Collaborator
There was a problem hiding this comment.
LGTM. Needs a rebase to pick up CI fixes.
jkczyzforce-pushed
the
2021-04-invoice-expiry
branch
from
April 27, 2021 01:48
d76d56e to
58918c7CompareCodecov 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.
|
TheBlueMatt
commented
Apr 29, 2021
Collaborator
Needs (trivial) rebase. |
jkczyzforce-pushed
the
2021-04-invoice-expiry
branch
from
April 29, 2021 21:10
58918c7 to
aafa741CompareTheBlueMatt
approved these changes
Apr 29, 2021
devrandom
commented
Apr 30, 2021
Member
ACK |
TheBlueMatt added a commit
to TheBlueMatt/rust-lightning
that referenced
this pull request
Apr 30, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lightning invoices must be constructed with the
min_final_cltv_expiryfield set. For backwards compatibility, use a default value if not set.Fixes#879.