core-lightning/contrib/pyln-client/pyln/client
Rusty Russell 5a1c2447cb pyln-client: use f strings to concatenate JSON ids, handle older integer ids.
We don't really support using pyln-client with older Core Lightning versions,
but this is neater anyway.  I checked: f-strings go back to python 3.6, so
we can use them (I think this may be the first!).

Suggested-by: @MiWCryptAnalytics
Fixes: #5609
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-09-21 12:15:48 +02:00
..
__init__.py pyln: update versions to v0.12.0 2022-08-02 10:00:26 -07:00
gossmap.py gossipd: make use of new ratelimit bit in gossip_store length mask 2022-07-06 14:31:19 +09:30
lightning.py pyln-client: use f strings to concatenate JSON ids, handle older integer ids. 2022-09-21 12:15:48 +02:00
plugin.py contrib/pyln-client: construct JSON ID correctly. 2022-09-16 12:31:45 +09:30