core-lightning/lightningd/test
Rusty Russell 4fb472b7a7 db: we must always be in a transaction, remove nested, call fatal()
We save location where transaction was started, in case we try to nest.
There's now no error case; db_exec_mayfail() is the only one.

This means the tests need to override fatal() if they want to intercept
these errors.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-11-06 10:24:34 +01:00
..
Makefile lightningd/Makefile: clean up. 2017-09-11 14:29:20 +02:00
run-channel.c Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
run-commit_tx.c test: Don't assume size_t == u64 in tests 2017-09-08 16:56:07 +09:30
run-cryptomsg.c bitcoind: contain ld pointer. 2017-11-03 05:18:49 +00:00
run-find_my_path.c db: we must always be in a transaction, remove nested, call fatal() 2017-11-06 10:24:34 +01:00
run-funding_tx.c common: remove unused assert() headers. 2017-10-26 12:53:09 +02:00
run-key_derive.c common: move some files out of lightningd/ 2017-08-29 17:54:14 +02:00