Skip to content

Commit faaac5c

Browse files
committed
RPCTypeCheck bip32derivs arg in walletcreatefunded
1 parent 1f0c428 commit faaac5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4709,7 +4709,8 @@ UniValue walletcreatefundedpsbt(const JSONRPCRequest& request)
47094709
UniValue::VARR,
47104710
UniValueType(), // ARR or OBJ, checked later
47114711
UniValue::VNUM,
4712-
UniValue::VOBJ
4712+
UniValue::VOBJ,
4713+
UniValue::VBOOL
47134714
}, true
47144715
);
47154716

0 commit comments

Comments
 (0)