You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In BitBanana I implemented a view to examine the path for the executed payment (See image below). This works fine on LND as that info is available using the API (https://lightning.engineering/api-docs/api/lnd/lightning/list-payments/#lnrpcpayment).
Looking through the core lightning API I could not find a way to access this information.
Is it possible to extend the API to provide that information?
The text was updated successfully, but these errors were encountered:
Issue and Steps to Reproduce
In BitBanana I implemented a view to examine the path for the executed payment (See image below). This works fine on LND as that info is available using the API (https://lightning.engineering/api-docs/api/lnd/lightning/list-payments/#lnrpcpayment).
Looking through the core lightning API I could not find a way to access this information.
Is it possible to extend the API to provide that information?
The text was updated successfully, but these errors were encountered: