core-lightning/wallet
Rusty Russell 02e05ba6ff pay: remove struct pay_command.
It's all in wallet_payment, which is persistent.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-01-17 23:55:35 +01:00
..
test wallet: add preimage to db. 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
db.c wallet: add path_secrets to payment table. 2018-01-17 23:55:35 +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 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 pay: remove struct pay_command. 2018-01-17 23:55:35 +01:00
wallet.h wallet: add routine to delete a payment. 2018-01-17 23:55:35 +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