rgb-cln/wallet
Rusty Russell 919f390a93 sendpay: rename 'description' to 'label'.
This field was used by `pay` to hold the bolt11 description if the bolt11
string used `h` to hash the description (which nobody ever did).  If the
`h` field wasn't present, it could contain anything, as it wasn't checked.

It's really useful to have a label for payments (eg. '1 Cuban'), but adding
yet-another option would be painful, so we simply rename 'description'
to 'label' except inside the db.

This means we need to do some tricky parameter parsing to handle array
and keyword JSON arguments, but only until we remove the old name.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-02-23 05:45:25 +00:00
..
test wallet: Allow limiting the selection by confirmation height 2019-02-22 10:40:59 +00:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
Makefile wallet: fix Makefile to include correct dependencies. 2018-09-14 22:11:48 +02:00
db.c sendpay: rename 'description' to 'label'. 2019-02-23 05:45:25 +00:00
db.h db: add amount functions. 2019-02-21 00:44:57 +00:00
invoices.c wallet: use amount_sat/amount_msat. 2019-02-21 08:01:37 +00:00
invoices.h wallet: use amount_sat/amount_msat. 2019-02-21 08:01:37 +00: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 sendpay: rename 'description' to 'label'. 2019-02-23 05:45:25 +00:00
wallet.h sendpay: rename 'description' to 'label'. 2019-02-23 05:45:25 +00:00
walletrpc.c wallet: Display addresses derived from scriptPubKey where available 2019-02-22 11:15:24 -08:00
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00