core-lightning/contrib/pyln-client/pyln
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
..
client pyln: Change the default argument to exclude in pay 2022-03-15 12:20:35 -05:00