rgb-cln/wallet
Rusty Russell cce432b77f wallet_invoice_nextpaid: return a struct invoice.
This reuses the same code internally, and also now means that we deal
correctly with "any" msatoshi invoices: the old code would a return
'msatoshi' of 0 in that case.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-01-14 23:10:10 +00:00
..
test wallet_payment: Make msatoshi field nullable. 2018-01-12 01:43:55 +00:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
Makefile wallet: move tests into test/ dir like other unit tests. 2017-12-13 22:46:10 +01:00
db.c wallet: Added unilateral close info to utxo 2018-01-08 17:19:25 +01:00
db.h wallet: Added unilateral close info to utxo 2018-01-08 17:19:25 +01:00
wallet.c wallet_invoice_nextpaid: return a struct invoice. 2018-01-14 23:10:10 +00:00
wallet.h wallet_invoice_nextpaid: return a struct invoice. 2018-01-14 23:10:10 +00:00
walletrpc.c hsm: Generate fully signed transactions and return them to caller 2018-01-08 17:19:25 +01:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30