core-lightning/wallet
Rusty Russell 401bd9f8ef json: rename json_add_amount_sat to json_add_amount_sat_compat.
New fields don't have to be spelled out twice.

The raw version are called _only, so we don't miss a call
accidentally.  We can rename them when we finally deprecated old
fields.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-05-20 20:31:07 -04:00
..
test json: rename json_add_amount_sat to json_add_amount_sat_compat. 2019-05-20 20:31:07 -04:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db.c DB: add failcode field in forwarded_payments table 2019-05-03 11:45:57 +02:00
db.h db: Add timestamp primitives so we can store them in the DB 2019-04-10 23:48:39 +00:00
invoices.c invoice: Assert that an invoice is unresolved when resolving it 2019-05-10 23:07:49 +00:00
invoices.h wallet: use amount_sat/amount_msat. 2019-02-21 08:01:37 +00:00
Makefile wallet: fix Makefile to include correct dependencies. 2018-09-14 22:11:48 +02:00
txfilter.c pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 2019-04-09 12:37:16 -07:00
txfilter.h pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 2019-04-09 12:37:16 -07:00
wallet.c wallet: cleanup the tal context in wallet_channels_load_active() and wallet_stmt2channel() 2019-05-18 02:35:33 +00:00
wallet.h wallet: cleanup the tal context in wallet_channels_load_active() and wallet_stmt2channel() 2019-05-18 02:35:33 +00:00
walletrpc.c json: rename json_add_amount_sat to json_add_amount_sat_compat. 2019-05-20 20:31:07 -04:00
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00