Skip to content

Commit

Permalink
RPCTypeCheck bip32derivs arg in walletcreatefunded
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Aug 20, 2018
1 parent 1f0c428 commit faaac5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
);

Expand Down

0 comments on commit faaac5c

Please sign in to comment.