mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
c8c68cfb7c
We're going to have to support multiple channels per peer, even if only when some are onchain. This would break the current listpeers, so change it to an array (single element for now). Other cleanups: 1. Only set connected true if daemon is not onchaind. 2. Only show netaddr if connected; don't make it an array, call it `address` in comparison with `addresses` in listnodes. 3. Rename `channel` to `short_channel_id` 4. Add `funding_txid` field for voyeurism. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
benchmark.py | ||
requirements.txt | ||
test_lightningd.py | ||
utils.py |