core-lightning/lightningd/test
Christian Decker 803007ecdf db: Make the db struct private and provide accessors instead
We will soon generalize the DB, so directly reaching into the `struct db`
instance to talk to the sqlite3 connection is bad anyway. This increases
flexibility and allows us to tailor the actual implementation to the
underlying DB.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-09-05 23:41:05 +00:00
..
Makefile makefiles: move all unit tests under make check-units 2019-06-30 16:41:30 +09:30
run-find_my_abspath.c db: Make the db struct private and provide accessors instead 2019-09-05 23:41:05 +00:00
run-invoice-select-inchan.c lightningd: delay reprocessing of incoming htlcs at startup until plugins ready. 2019-09-01 16:55:32 +02:00
run-jsonrpc.c wire: use common/bigsize routines 2019-07-31 23:25:59 +00:00