rgb-cln/wallet
Christian Decker 9e511cbf3e plugin: Use the json_add_secret wrapper to add the shared_secret
This was incorrectly handled before, hence the wrapper which checks
correctness of the arguments.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-06-09 02:40:34 +00:00
..
test plugin: Use the json_add_secret wrapper to add the shared_secret 2019-06-09 02:40:34 +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 db: Add channel_id and type to the transactions table 2019-06-08 02:58:27 +00: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 autoclean: make this a plugin. 2019-05-22 00:18:29 +02:00
invoices.h wallet: use amount_sat/amount_msat. 2019-02-21 08:01:37 +00:00
txfilter.c txfilter: Migrate the list of owned scriptPubKeys into a hashset 2019-06-07 23:29:32 +00:00
txfilter.h pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 2019-04-09 12:37:16 -07:00
wallet.c wallet: Rip out the txtypes type in favor of enum wallet_tx_type 2019-06-08 02:58:27 +00:00
wallet.h wallet: Rip out the txtypes type in favor of enum wallet_tx_type 2019-06-08 02:58:27 +00:00
walletrpc.c wallet: Rip out the txtypes type in favor of enum wallet_tx_type 2019-06-08 02:58:27 +00:00
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00