-
Notifications
You must be signed in to change notification settings - Fork 150
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
Fix error when closing Core Lightning channels #934
Conversation
Hey @kelvinator07, thanks so much for finding this issue. Do you think you'll have this PR ready in the next couple of days? I am pretty close to shipping a new release and would like to have this issue resolved before then. If you don't have the time to finish this then I can take it over to ensure it's included in the next release. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #934 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 151 151
Lines 5490 5489 -1
Branches 1104 1104
=========================================
- Hits 5490 5489 -1 ☔ View full report in Codecov by Sentry. |
342be94
to
fe63ced
Compare
Hi @jamaljsr, The PR is now ready for review. Thanks |
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.
Thanks for the fix. I tested it and it works as expected. I just have some feedback on some of the implementation details.
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.
Thanks for those answers. This looks almost ready. I just left one remaining suggestion on the unit test changes that I think can be improved.
a0463e3
to
3821f1f
Compare
3821f1f
to
475e4ea
Compare
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.
Thanks for the updates. This looks good to go now 👌
Closes #935
Description
closeChannel
method.Steps to Test
channel link
or using theClose channel
button from the sidebar channel details menu.