core-lightning/contrib/pyln-client/pyln/client
Michael Schmoock fffc343dd7 pyln: fix Millisatoshi div with msat itself
Before this patch this fails: `Millisatoshi(42) / Millisatoshi(2)`
This is an operation that should return the ratio between the two
operands as a float number. Same goes for __floordiv__ operator `//`.

Changelog-None
2020-12-14 17:11:04 +01:00
..
__init__.py pyln: Bump versions of pyln-client and pyln-testing 2019-12-31 16:43:04 +01:00
lightning.py pyln: fix Millisatoshi div with msat itself 2020-12-14 17:11:04 +01:00
plugin.py pyln: add support for dependent hooks. 2020-11-09 15:22:33 -06:00