mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-22 05:19:42 +00:00
RPCTypeCheck bip32derivs arg in walletcreatefunded
This commit is contained in:
parent
1f0c4282e9
commit
faaac5caaa
@ -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…
x
Reference in New Issue
Block a user