rgb-cln/wallet
Rusty Russell bab3b1a16b wallet: get first blocknum from any channels.
The previous tests didn't make sense anyway, but I think they were trying
to exclude onchain channels.

We delete completely forgotten channels anyway now, so we don't need
such testing.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-01-25 12:52:06 +01:00
..
test wallet: abstract away delayed entry of wallet_payment. 2018-01-17 23:55:35 +01:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
Makefile invoices: Extensive reorganization of invoice system. 2018-01-16 13:03:54 +01:00
db.c invoices: Add `paid_timestamp` field. 2018-01-18 17:37:10 +01:00
db.h db: route to extract an array of struct secret from a column. 2018-01-17 23:55:35 +01:00
invoices.c delinvoice: fixes. 2018-01-19 22:23:45 +00:00
invoices.h Fix typos 2018-01-18 20:50:07 +01:00
wallet.c wallet: get first blocknum from any channels. 2018-01-25 12:52:06 +01:00
wallet.h wallet: Forget channels that are irrevocably settled on-chain 2018-01-25 00:14:23 +00:00
walletrpc.c Start all command descriptions with a verb ("Show", "Set", etc.). Remove unused help texts. 2018-01-23 13:32:44 +01:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30