RPCTypeCheck bip32derivs arg in walletcreatefunded

This commit is contained in:
Gregory Sanders 2018-08-20 12:57:06 -04:00
parent 1f0c4282e9
commit faaac5caaa

View file

@ -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
);