-
Notifications
You must be signed in to change notification settings - Fork 961
keysend: Add maxfee to keysend for consistency with pay
#7653
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
keysend: Add maxfee to keysend for consistency with pay
#7653
Conversation
|
TODO:
|
cae88d3 to
f6fc5ae
Compare
|
Fixed the |
f6fc5ae to
df06cff
Compare
|
Added tests and fixed some of the logic for default values of the other parameters. The |
df06cff to
9de05c3
Compare
|
Sacrificed two semicolons to the flake8 gods. |
9de05c3 to
05a068a
Compare
|
Reran
|
5a857fd to
5fed120
Compare
|
Rebased, regenerated proto code and removed modifications to |
10af5ea to
0772906
Compare
…Project#7227]) Changelog-Added: keysend: Add `maxfee` to keysend for consistency with pay. ([ElementsProject#7227])
0772906 to
fdd60db
Compare
|
ACK fdd60db |
Add
maxfeeto keysend for consistency with payDescription
Adds
maxfeeparameter to keysend with similar functionality of that of pay. Needed to achieve more consistent behavior across API endpoints.Related Issues
Changes Made
maxfeeparameter to keysend with similar functionality of that of pay.Checklist
Ensure the following tasks are completed before submitting the PR:
test_pay.pyto test parameter validation, keysend over route exceedingmaxfee, and keysend w/maxfeeset.TODOshave been addressed or removed.Additional Notes
exemptfeeparam, but realized order must be important for scripts. Regardless, I've added to the end of documented parameters for backward compatibility, yet there is a "hidden"dev_use_shadowparam appearing only in theclidocumentation which it appears before.