core-lightning/contrib/pyln-client/pyln/client
Rusty Russell 6c54e0e7e7 pay: add absolute "maxfee" parameter.
This is what LND does, and it's better for upper layers than trying to
twist our maxfeepercent / exemptfee heuristics to suit.

(I don't remember who complained about this, sorry!)

I'm doing this now because I want to add YA parameter next!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Added: JSON-RPC: `pay` has new parameter `maxfee` for setting absolute fee (instead of using `maxfeepercent` and/or `exemptfee`)
2022-04-04 20:26:04 +09:30
..
__init__.py pyln: Migrate pyln-client to PEP 517 (poetry) 2022-03-08 05:00:36 +10:30
gossmap.py pyln-client: fix mypy warnings, fix and test deletion of a channel. 2021-09-08 09:34:14 +09:30
lightning.py pay: add absolute "maxfee" parameter. 2022-04-04 20:26:04 +09:30
plugin.py pyln-client: Plugin, improve background comment 2022-03-01 09:38:40 +10:30