core-lightning/wallet
ZmnSCPxj 993d5dc75a wallet: Implement wallet_invoice_nextpaid.
wallet_invoice_nextpaid is used to iterate over paid invoices,
and will be used to fix waitanyinvoice command.
2018-01-01 23:13:31 +00:00
..
test bitcoin: create new wrapper type bitcoin_txid, log backward endianness. 2017-12-21 11:05:38 +00:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db.c wallet: Add pay_index column to database for paid invoice ordering. 2018-01-01 23:13:31 +00:00
db.h db: make db_exec() an internal function. 2017-11-06 10:24:34 +01:00
Makefile wallet: move tests into test/ dir like other unit tests. 2017-12-13 22:46:10 +01:00
wallet.c wallet: Implement wallet_invoice_nextpaid. 2018-01-01 23:13:31 +00:00
wallet.h wallet: Implement wallet_invoice_nextpaid. 2018-01-01 23:13:31 +00:00
walletrpc.c json: add json_add_txid. 2017-12-21 11:05:38 +00:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30