core-lightning/wallet
Rusty Russell 2632cc3f34 lightningd/json: make wallet_tx functions take amount_sat.
Using param_tok is generally deprecated, as it doesn't give any sanity checking
for the JSON 'check' command.  So make param_wtx usable directly, and
also make it have a struct amount_sat.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-02-21 03:44:44 +00:00
..
test common/bolt11: use struct amount_msat 2019-02-21 03:44:44 +00:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db.c db: add amount functions. 2019-02-21 00:44:57 +00:00
db.h db: add amount functions. 2019-02-21 00:44:57 +00:00
invoices.c common/bolt11: use struct amount_msat 2019-02-21 03:44:44 +00:00
invoices.h common/bolt11: use struct amount_msat 2019-02-21 03:44:44 +00:00
Makefile wallet: fix Makefile to include correct dependencies. 2018-09-14 22:11:48 +02:00
txfilter.c utils: make tal_arr_expand safer. 2019-01-15 12:01:38 +01:00
txfilter.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00
wallet.c common/bolt11: use struct amount_msat 2019-02-21 03:44:44 +00:00
wallet.h common/bolt11: use struct amount_msat 2019-02-21 03:44:44 +00:00
walletrpc.c lightningd/json: make wallet_tx functions take amount_sat. 2019-02-21 03:44:44 +00:00
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00