core-lightning/contrib/pyln-client/pyln/client
Rusty Russell bf4d9e30d2 fundpsbt: deprecate reserve=true/false usage.
Make it always a number; this makes the JSON request specification
simpler.  We allowed a number since v0.10.1.

(reserve=True is the default anyway, so usually it can be omitted:
reserve=False becomes reserve=0).

Changelog-Deprecated: JSON-RPC: `fundpsbt`/`utxopsbt` `reserve` must be a number, not bool (for `true` use 72/don't specify, for `false` use 0).  Numbers have been allowed since v0.10.1.
2022-04-02 09:46:01 +10: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 fundpsbt: deprecate reserve=true/false usage. 2022-04-02 09:46:01 +10:30
plugin.py pyln-client: Plugin, improve background comment 2022-03-01 09:38:40 +10:30