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

Support paying BOLT12 offers #562

Open
3 tasks
JssDWt opened this issue Oct 27, 2023 · 1 comment · May be fixed by #598
Open
3 tasks

Support paying BOLT12 offers #562

JssDWt opened this issue Oct 27, 2023 · 1 comment · May be fixed by #598

Comments

@JssDWt
Copy link
Contributor

JssDWt commented Oct 27, 2023

  • add Bolt12 variant to the input parser. Make it return at least all the necessary fields to be able to call fetchinvoice.
  • add fetchinvoice to NodeAPI
  • Make a send_payment flow for bolt12. It calls fetchinvoice with the supplied parameters (sane defaults) and then pays the returned invoice by calling pay. Note that the current node_api.send_payment function decodes the invoice, so that's not compatible right now.
@hydra-yse

This comment was marked as resolved.

@hydra-yse hydra-yse linked a pull request Nov 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants