mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-02 18:35:00 +01:00
Currently 'listfunds' lies, a teensy eeinsy bit, in that it doesn't list all of the funds in a wallet (it omits reserved wallet UTXOs). This change makes the reserved outputs visible by listing them in the 'outputs' section along with a new field, 'reserved', which denotes the UTXO's state Changelog-Changed: JSON-RPC: `listfunds` 'outputs' now includes reserved outputs, designated as 'reserved' = true |
||
---|---|---|
.. | ||
test | ||
.gitignore | ||
db.c | ||
db.h | ||
db_common.h | ||
db_postgres.c | ||
db_sqlite3.c | ||
invoices.c | ||
invoices.h | ||
Makefile | ||
txfilter.c | ||
txfilter.h | ||
wallet.c | ||
wallet.h | ||
walletrpc.c | ||
walletrpc.h |