core-lightning/tests
Rusty Russell 0855422110 gossip_control: when searching for a txout, make sure it's not spent!
There's no reason for the db to ever return non-NULL if it's spent.  And there's
only one caller, for which that is definitely true.

Suggested-by: @cdecker
Fixes: #1934
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-09-21 17:56:15 +02:00
..
benchmark.py pytest: Remove test_lightningd and all the legacy testing framework 2018-08-07 00:54:19 +00:00
btcproxy.py pytest: wait until mock is called for set_feerates. 2018-09-20 09:12:28 +02:00
conftest.py pytest: Pass result to fixtures and keep directories of failed tests 2018-08-07 00:54:19 +00:00
fixtures.py lightningd: accept hsmstatus_client_bad_request messages (and log!) 2018-09-20 09:49:39 +02:00
requirements.txt pytest: Add an RPC proxy inbetween bitcoind and bitcoin-cli 2018-09-16 00:05:34 +02:00
test_closing.py pytest: more reliable onchain tests. 2018-09-21 00:28:44 +00:00
test_connection.py pytest: don't wait for sendrawtx, wait for expected tx. 2018-09-19 13:04:01 +02:00
test_gossip.py gossip_control: when searching for a txout, make sure it's not spent! 2018-09-21 17:56:15 +02:00
test_invoices.py pytest: Move invoice-related tests into their own file 2018-08-07 00:54:19 +00:00
test_misc.py pytest: don't wait for sendrawtx, wait for expected tx. 2018-09-19 13:04:01 +02:00
test_pay.py pytest: remove use dev-override-feerates. 2018-08-24 02:17:51 +00:00
utils.py pytest: more reliable onchain tests. 2018-09-21 00:28:44 +00:00