-
Notifications
You must be signed in to change notification settings - Fork 912
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
grpc api: Same fee limit handling for keysend and pay #7227
Comments
Open CLN bounty on this: |
7 tasks
s373nZ
added a commit
to s373nZ/lightning
that referenced
this issue
Sep 17, 2024
…Project#7227]) Changelog-Added: keysend: Add `maxfee` to keysend for consistency with pay. ([ElementsProject#7227])
s373nZ
added a commit
to s373nZ/lightning
that referenced
this issue
Sep 20, 2024
…Project#7227]) Changelog-Added: keysend: Add `maxfee` to keysend for consistency with pay. ([ElementsProject#7227])
s373nZ
added a commit
to s373nZ/lightning
that referenced
this issue
Sep 21, 2024
…Project#7227]) Changelog-Added: keysend: Add `maxfee` to keysend for consistency with pay. ([ElementsProject#7227])
s373nZ
added a commit
to s373nZ/lightning
that referenced
this issue
Sep 22, 2024
…Project#7227]) Changelog-Added: keysend: Add `maxfee` to keysend for consistency with pay. ([ElementsProject#7227])
s373nZ
added a commit
to s373nZ/lightning
that referenced
this issue
Sep 24, 2024
…Project#7227]) Changelog-Added: keysend: Add `maxfee` to keysend for consistency with pay. ([ElementsProject#7227])
cdecker
pushed a commit
that referenced
this issue
Oct 14, 2024
Changelog-Added: keysend: Add `maxfee` to keysend for consistency with pay. ([#7227])
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
The handling of fee limits is inconsistent on different api endpoints.
The lightning-pay api endpoint exposes maxfee, maxfeepercent and exemptfee fee as parameters. (https://docs.corelightning.org/reference/lightning-pay)
The lightning-keysend api enpoint only exposes maxfeepercent and exemptfee. (https://docs.corelightning.org/reference/lightning-keysend)
Please add maxfee to lightning-keysend to simplify and unify api handling.
The text was updated successfully, but these errors were encountered: