-
Notifications
You must be signed in to change notification settings - Fork 404
Reexport RouteHintHop #2589
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
Reexport RouteHintHop #2589
Conversation
Nice catch! Looking more thoroughly you might need to add |
a7e2fe2
to
b771f08
Compare
Thanks, I've included the import as well |
Looks like CI is failing, |
b771f08
to
22e81e0
Compare
Codecov ReportPatch coverage has no change and project coverage change:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2589 +/- ##
==========================================
- Coverage 88.85% 88.76% -0.10%
==========================================
Files 113 113
Lines 84463 84534 +71
Branches 84463 84534 +71
==========================================
- Hits 75053 75040 -13
- Misses 7188 7259 +71
- Partials 2222 2235 +13
☔ View full report in Codecov by Sentry. |
22e81e0
to
a9f0ae2
Compare
a9f0ae2
to
eb59e1b
Compare
eb59e1b
to
fde30c3
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.
LGTM, mod one nit.
Earlier @benthecarman re-exported `RouteHint` to make life-easier for developpers that use `lightning-invoice` and don't use the `lightning`-crate. This only solved part of the issue. To create a `RouteHint` the developer must also have access to `RouteHintHop`. See also: PR lightningdevkit#2572 commit 79b426f
fde30c3
to
d1d23ff
Compare
Earlier @benthecarman re-exported
RouteHint
to make life-easier for developpers who uselightning-invoice
and don't use thelightning
-crate.This only solved part of the issue. To create a
RouteHint
the developer must also have access toRouteHintHop
.See also:
PR #2572
commit 79b426f