core-lightning/tests
Rusty Russell 1708fb91e5 wallet: clean up json output creation, part 2.
It looked like we weren't printing the address on closing outputs.

But we are, because the 'scriptPubkey' field is in the 'outputs' db
table since 0.7.3 (66a47d2761).

So make the logic clearer, and remove a completely bogus comment (UTXOs
with closing_info are definitely spendable!).

We export the json_add_utxos() for future use, too.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-07-06 19:25:05 +02:00
..
data migrations: ignore channels that don't have a peer_id 2020-06-17 14:30:41 +02:00
plugins plugins-test: use pyln.client, not lightning to import Plugin 2020-06-23 14:49:32 +02:00
vectors
benchmark.py
conftest.py
db.py
fixtures.py
test_closing.py wallet: clean up json output creation, part 2. 2020-07-06 19:25:05 +02:00
test_connection.py lightningd/opening_control.c: fundchannel_cancel no longer requires a channel_id argument. 2020-07-02 01:10:59 +00:00
test_db.py migrations: ignore channels that don't have a peer_id 2020-06-17 14:30:41 +02:00
test_gossip.py gossipd: return channel_announcement features for listchannels. 2020-05-07 08:44:58 +09:30
test_invoices.py
test_misc.py bitcoin: add weight calculation helpers. 2020-07-06 19:25:05 +02:00
test_onion.py
test_pay.py paymod: Remove the dummy payment modifier 2020-07-02 11:54:12 +02:00
test_plugin.py bitcoin: add weight calculation helpers. 2020-07-06 19:25:05 +02:00
test_wallet.py bitcoin: add weight calculation helpers. 2020-07-06 19:25:05 +02:00
utils.py bitcoin: add weight calculation helpers. 2020-07-06 19:25:05 +02:00