core-lightning/wallet
Christian Decker 68639db7db JSON-RPC: Add funds in channels to listfunds
This caused a bit of confusion for our testers, when funding a channel
the funds are no longer available and listed in `lisfunds`, causing
them to believe funds to have disappeared. This PR adds funds that are
allocated to channels in the `listfunds` output, together with some
info about the channel, to make sure this doesn't happen again.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-02-10 22:35:21 +00:00
..
test Fix a-vs-an typos 2018-02-08 22:49:34 +01: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 Fix a-vs-an typos 2018-02-08 22:49:34 +01:00
wallet.h Fix typos 2018-02-08 23:33:49 +01:00
walletrpc.c JSON-RPC: Add funds in channels to listfunds 2018-02-10 22:35:21 +00:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30