diff options
author | Gregory Sanders <gsanders87@gmail.com> | 2018-08-20 12:57:06 -0400 |
---|---|---|
committer | Gregory Sanders <gsanders87@gmail.com> | 2018-08-20 13:02:20 -0400 |
commit | faaac5caaab4d5131040292f4ef2404074ad268b (patch) | |
tree | e368c53f620cc0383d2aff2cb4234dc87535522f | |
parent | 1f0c4282e961baea85d5f74d7493bd7459784391 (diff) |
RPCTypeCheck bip32derivs arg in walletcreatefunded
-rw-r--r-- | src/wallet/rpcwallet.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 03c1a0f62c..0966334b82 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -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 ); |