-
Notifications
You must be signed in to change notification settings - Fork 52
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: add amount to nut05 #173
base: main
Are you sure you want to change the base?
Conversation
In order to support paying an amountless invoice, add amount to quote request.
I think we should specify whether amount can be provided if bolt11 invoice contains an amount. There are 3 options: I like the C option the most. |
Co-authored-by: Pavol Rusnak <[email protected]>
Good point, I've updated wording to reflect this. |
Setting for the info endpoint (some backends can't pay amountless invoices) |
Added in 6628ff1 |
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.
re-ACK after the new changes
In order to support paying an amount-less invoice, add amount to quote request.
closes #172