core-lightning/wallet
Christian Decker 72f1c78a1e jsonrpc: Arm the minconf=1 parameter and deal with the fallout
We want to disallow using unconfirmed outputs by default, so making the
default 1 confirmation seems a good idea. This also matches `bitcoind`s
minimum confirmation requirement.

Arming however breaks some of our tests, so I used `minconf=0` for the
breaking tests and added a new test specifically for the `minconf` parameter
for `fundchannel`.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-02-22 10:40:59 +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
db.c db: fix dangling peers on db upgrade. 2019-02-21 12:03:54 +01: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
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 wallet: Allow limiting the selection by confirmation height 2019-02-22 10:40:59 +00:00
wallet.h wallet: Allow limiting the selection by confirmation height 2019-02-22 10:40:59 +00:00
walletrpc.c jsonrpc: Arm the minconf=1 parameter and deal with the fallout 2019-02-22 10:40:59 +00:00
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00