RPCTypeCheck bip32derivs arg in walletcreatefunded
This commit is contained in:
parent
1f0c4282e9
commit
faaac5caaa
1 changed files with 2 additions and 1 deletions
|
@ -4709,7 +4709,8 @@ UniValue walletcreatefundedpsbt(const JSONRPCRequest& request)
|
|||
UniValue::VARR,
|
||||
UniValueType(), // ARR or OBJ, checked later
|
||||
UniValue::VNUM,
|
||||
UniValue::VOBJ
|
||||
UniValue::VOBJ,
|
||||
UniValue::VBOOL
|
||||
}, true
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue