core-lightning/contrib/pyln-client/pyln/client
Rusty Russell 5c208c1b06 pyln-client: convert every _msat field to Millisatoshi
This prepares for when they start being u64, not strings with msat appended.

This has a strange side effect on our schema: despite the name,
decodepay's `fee_base_msat` is actually a u64, which we now convert to
msat on decode.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-06-21 06:52:35 +09:30
..
__init__.py v0.11.0rc1 2022-04-05 08:48:46 +09: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-client: convert every _msat field to Millisatoshi 2022-06-21 06:52:35 +09:30
plugin.py pyln-client: Plugin, improve background comment 2022-03-01 09:38:40 +10:30