-
Notifications
You must be signed in to change notification settings - Fork 398
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 public method to list pending monitor updates from ChainMonitor
#1834
Add public method to list pending monitor updates from ChainMonitor
#1834
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.
Feel free to squash!
b98967d
28695e0
to
b98967d
Compare
Codecov ReportBase: 90.80% // Head: 90.75% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1834 +/- ##
==========================================
- Coverage 90.80% 90.75% -0.06%
==========================================
Files 89 87 -2
Lines 47963 47389 -574
Branches 47963 47389 -574
==========================================
- Hits 43554 43008 -546
+ Misses 4409 4381 -28
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
b98967d
to
ed14819
Compare
|
Users have requested the feature to list pending monitor updates from `ChainMonitor` so this adds that.
7f4ac0e
ed14819
to
7f4ac0e
Compare
Users have requested the feature to list pending monitor updates from
ChainMonitor
so this adds that.Closes #1786