-
Notifications
You must be signed in to change notification settings - Fork 421
Include monitor name in error when failing to load a monitor #4192
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
Include monitor name in error when failing to load a monitor #4192
Conversation
|
I've assigned @valentinewallace as a reviewer! |
|
👋 The first review has been submitted! Do you think this PR is ready for a second reviewer? If so, click here to assign a second reviewer. |
|
Oh, |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4192 +/- ##
==========================================
- Coverage 88.87% 88.86% -0.01%
==========================================
Files 180 180
Lines 137876 137879 +3
Branches 137876 137879 +3
==========================================
- Hits 122532 122531 -1
+ Misses 12543 12542 -1
- Partials 2801 2806 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
If we fail to load a `ChannelMonitor` due to the new limits in LDK 0.2, its useful to communicate which monitor failed, which we do here. Requested at lightningdevkit#4146 (comment)
52b42cd to
a4f4663
Compare
|
Grr, I ran it locally and it didn't complain. |
|
Backported to 0.2 in #4193 |
If we fail to load a
ChannelMonitordue to the new limits in LDK 0.2, its useful to communicate which monitor failed, which we do here.Requested at
#4146 (comment)