rgb-cln/wallet
Simon Vrouwe 35545f705f lightningd/json_withdraw:
Add the change output to owned_txfilter so its entry in db will
get a confirmation_height when detected in a block by filter_block_txs

before this commit, after a 'withdraw' command, 'listfunds' would
not show our change outputs as confirmed

Modified the log message in wallet_extract_owned_outputs to
append 'CONFIRMED' when it is called with a blockheight arg.
To make distinction between (1st call) when adding owned output to the
db and (2th call) when confirmed in block.
2019-02-04 12:52:57 +01:00
..
test sphinx: explain why parse_onionpacket fails. 2019-01-08 19:20:28 +01: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 waitsendpay: indicate which channel direction the error was. 2019-01-15 12:01:38 +01:00
db.h short_channel_id: catch parsing errors. 2019-01-21 12:31:06 +01:00
invoices.c wallet: do wallet_invoice init during preparation. 2018-09-03 05:01:40 +00:00
invoices.h wallet: do wallet_invoice init during preparation. 2018-09-03 05:01:40 +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 lightningd/json_withdraw: 2019-02-04 12:52:57 +01:00
wallet.h waitsendpay: indicate which channel direction the error was. 2019-01-15 12:01:38 +01:00
walletrpc.c lightningd/json_withdraw: 2019-02-04 12:52:57 +01:00
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00