core-lightning/contrib/pyln-client/pyln/client
Christian Decker e99b11565c pyln: Change the default argument to exclude in pay
We must use `None` for default arguments since otherwise they aren't
filtered out when serializing the request. In addition default
arguments to functions are initialized once and, if mutable, could
persist internal changes across function calls.

Changelog-None
2022-03-15 12:20:35 -05:00
..
__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 pyln: Change the default argument to exclude in pay 2022-03-15 12:20:35 -05:00
plugin.py pyln-client: Plugin, improve background comment 2022-03-01 09:38:40 +10:30