core-lightning/wallet
Christian Decker 4f5c47b43b wallet: Do not consider OPENINGD channels as active
Still writing the channel since some of the channel setup parameters
depends on `chan->id` to be set. If we later set the `chan->id`
signatures fail. This prevents OPENINGD channels showing up after
restarting.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-02-07 00:47:13 +00:00
..
test wallet: Make first_blocknum a field of wallet_channel 2018-02-07 00:47:13 +00:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db.c pay: Save nodes and channels used on route to payment. 2018-02-01 00:46:06 +00:00
db.h pay: Save nodes and channels used on route to payment. 2018-02-01 00:46:06 +00:00
invoices.c invoices: Add expiration timer system. 2018-02-05 08:52:42 +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 wallet: Do not consider OPENINGD channels as active 2018-02-07 00:47:13 +00:00
wallet.h wallet: Make first_blocknum a field of wallet_channel 2018-02-07 00:47:13 +00:00
walletrpc.c newaddr: support bech32 p2wpkh funding addresses 2018-02-06 01:37:58 +00:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30