core-lightning/contrib/pyln-client/pyln
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
..
client pyln: fix Millisatoshi div with msat itself 2020-12-14 17:11:04 +01:00