core-lightning/wallet
Rusty Russell b7ed5670d5 lightningd: close and reopen db across fork for daemonize
Fixes: #1092
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-02-27 00:09:34 +01:00
..
test lightningd: close and reopen db across fork for daemonize 2018-02-27 00:09:34 +01:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db.c lightningd: close and reopen db across fork for daemonize 2018-02-27 00:09:34 +01:00
db.h lightningd: close and reopen db across fork for daemonize 2018-02-27 00:09:34 +01:00
invoices.c Mark intentionally unused parameters as such (with "UNUSED") 2018-02-22 01:09:12 +00:00
invoices.h invoices: Add expiration timer system. 2018-02-05 08:52:42 +00:00
Makefile invoices: Extensive reorganization of invoice system. 2018-01-16 13:03:54 +01:00
wallet.c wireaddr: Do hostname resolution in parse_wireaddr. 2018-02-26 03:13:55 +00:00
wallet.h wallet: make static, not dynamic decision to insert for everything. 2018-02-19 02:56:51 +00:00
walletrpc.c jsonrpc: Let Base58 '2..' address work on both regtest and testnet. 2018-02-26 03:09:15 +00:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30