lightning/wallet
Rusty Russell dea0aef52f wallet: use wallet_payment only for *outgoing* payments.
Incoming payment information is completely covered by invoices.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-01-17 22:43:14 +01:00
..
test wallet: use wallet_payment only for *outgoing* payments. 2018-01-17 22:43:14 +01:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db.c wallet: use wallet_payment only for *outgoing* payments. 2018-01-17 22:43:14 +01:00
db.h wallet: Added unilateral close info to utxo 2018-01-08 17:19:25 +01:00
invoices.c invoices: Extensive reorganization of invoice system. 2018-01-16 13:03:54 +01:00
invoices.h invoices: Extensive reorganization of invoice system. 2018-01-16 13:03:54 +01:00
Makefile invoices: Extensive reorganization of invoice system. 2018-01-16 13:03:54 +01:00
wallet.c wallet: use wallet_payment only for *outgoing* payments. 2018-01-17 22:43:14 +01:00
wallet.h wallet: use wallet_payment only for *outgoing* payments. 2018-01-17 22:43:14 +01:00
walletrpc.c withdraw: Swap 'satoshi' and 'destination' params to match online help. 2018-01-17 00:51:18 +01:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30