mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
If you did call fundpsbt with amount 'all' and `excess_as_change` true, you would get everything going to the change output. That's obviously not the intention, and we'd like to use this to add change outputs even for "all" when have keep emergency reserves. And change the finish_psbt() API to take an explicit change amount: at the moment it's either all or nothing, but that will change with emergency-sat reserves. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
test | ||
.gitignore | ||
db.c | ||
db.h | ||
invoices.c | ||
invoices.h | ||
Makefile | ||
psbt_fixup.c | ||
psbt_fixup.h | ||
reservation.c | ||
txfilter.c | ||
txfilter.h | ||
wallet.c | ||
wallet.h | ||
walletrpc.c | ||
walletrpc.h |