core-lightning/wallet/test
Rusty Russell 6c1233de44 channel: reserve a bip32 index as soon as channel is opened.
This simplifies things, and means it's always in the database.  Our
previous approach to creating it on the fly had holes when it was
created for onchaind, causing us to use another every time we
restarted.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-03-07 18:55:51 +01:00
..
.gitignore wallet: move tests into test/ dir like other unit tests. 2017-12-13 22:46:10 +01:00
Makefile channel: reserve a bip32 index as soon as channel is opened. 2018-03-07 18:55:51 +01:00
run-db.c Remove unused parameter testname in create_test_db(const char *testname) 2018-02-22 10:46:30 +01:00
run-wallet.c channel: reserve a bip32 index as soon as channel is opened. 2018-03-07 18:55:51 +01:00
test_utils.h wallet: move tests into test/ dir like other unit tests. 2017-12-13 22:46:10 +01:00