df: add needed info to any PSBT we produce

dual funding needs the max-witness-len and utxo fields set for every
input. we should add them when we create a 'fundpsbt', so that every
psbt that c-lightning generates is dual-funding ready
This commit is contained in:
niftynei
2020-09-09 19:40:28 +09:30
committed by Rusty Russell
parent 9c89184c1f
commit 8d429ecd06
12 changed files with 32 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#include "../../common/json_stream.c"
#include "../jsonrpc.c"
#include "../json.c"
#include <common/psbt_open.h>
/* AUTOGENERATED MOCKS START */
/* Generated stub for db_begin_transaction_ */