core-lightning/contrib/pyln-client/pyln/client
Michael Schmoock 6f46010417 pyln-client: make Millisatoshi comparable to int
This often helps the msat purge and pyln msat replacement mischmasch issues.
I changed it in a way that the `AttributeError: 'int' object has no attribute 'millisatoshis'`
Error will still be raised whever a `Millisatoshi` is compared to
something else then a `Millisatoshi` or `int`.

Changelog-None
2022-12-29 13:00:42 +01:00
..
__init__.py pyln: Bump versions 2022-11-11 10:37:37 +01:00
gossmap.py gossmap: make API more robust against future changes. 2022-09-24 15:22:27 +09:30
lightning.py pyln-client: make Millisatoshi comparable to int 2022-12-29 13:00:42 +01:00
plugin.py pyln-client, libplugin, rust cln-plugin: explicitly flag that we allow non-numeric JSON ids. 2022-11-21 11:23:54 +01:00