-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: pay 0-amount invoices #860
Conversation
you know how much I like zero-amount invoices :D will this work with the supported backends or will this need more |
Adds 0 amount invoices for LND
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.
Small nit regarding payload struct, otherwise tACK (LND) 👌
"NOTE: there is no plan to add support for creating 0-amount invoices." why? |
@SoulReaver-SS we believe lightning addresses are a better solution than 0-amount invoices |
Fixes #75
Currently only implemented in LDK. Includes a new screen for entering the amount (the same as the LNURL one, just without the ability to set a comment)
Tested by running 2 nodes locally and generating a 0-amount invoice from one and paying with the other. NOTE: there is no plan to add support for creating 0-amount invoices.