-
Notifications
You must be signed in to change notification settings - Fork 412
Add a further test of HTLC failure after a claim occurrs. #1058
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
Add a further test of HTLC failure after a claim occurrs. #1058
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1058 +/- ##
==========================================
+ Coverage 90.36% 90.59% +0.22%
==========================================
Files 69 69
Lines 36794 38849 +2055
==========================================
+ Hits 33249 35195 +1946
- Misses 3545 3654 +109
Continue to review full report at Codecov.
|
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.
Test fails as expected on commits prior to 7e78fa6
bd7d41e
to
965c343
Compare
Trivially rebased. |
965c343
to
50fbec6
Compare
Oops, test needed updating for the |
When I rebase on
|
This adds a further test of 7e78fa6 which I had lying around in my TODO list for a while.
61bf4d2
to
305a0d9
Compare
Codecov Report
@@ Coverage Diff @@
## main #1058 +/- ##
==========================================
- Coverage 90.80% 90.59% -0.22%
==========================================
Files 73 69 -4
Lines 41209 38849 -2360
Branches 41209 0 -41209
==========================================
- Hits 37420 35195 -2225
+ Misses 3789 3654 -135
Continue to review full report at Codecov.
|
Rebased, had to very slightly tweak the end to handle the new |
This adds a further test of 7e78fa6
which I had lying around in my TODO list for a while.