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

grpc api: Same fee limit handling for keysend and pay #7227

Open
michaelWuensch opened this issue Apr 16, 2024 · 1 comment · May be fixed by #7653
Open

grpc api: Same fee limit handling for keysend and pay #7227

michaelWuensch opened this issue Apr 16, 2024 · 1 comment · May be fixed by #7653

Comments

@michaelWuensch
Copy link

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.

@BitcoinJiuJitsu
Copy link

BitcoinJiuJitsu commented Jun 25, 2024

@s373nZ s373nZ linked a pull request Sep 9, 2024 that will close this issue
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])
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