Skip to content
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

accounts: Enable checking if an invoice has been settled or not through the accounts cli #936

Open
ViktorTigerstrom opened this issue Jan 14, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@ViktorTigerstrom
Copy link
Contributor

Currently, the accounts subsystem (and its db) itselft has no way to determine whether an invoice is settled. The subsystem relies on the LND client and the last settled invoice index to identify which invoices to check for settlement.

That therefore requires that the super user queries LND to determine if a specific invoice created for an account has settled or not.
There would be value in simplifying the user experience, where a superuser of the accounts subsystem wouldn't need to query LND to check whether a specific invoice has been settled.

@ViktorTigerstrom ViktorTigerstrom added the enhancement New feature or request label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant