diff options
| author | Gregory Sanders <[email protected]> | 2018-08-20 12:57:06 -0400 |
|---|---|---|
| committer | Gregory Sanders <[email protected]> | 2018-08-20 13:02:20 -0400 |
| commit | faaac5caaab4d5131040292f4ef2404074ad268b (patch) | |
| tree | e368c53f620cc0383d2aff2cb4234dc87535522f /src/wallet/rpcwallet.cpp | |
| parent | QA: add basic walletcreatefunded optional arg test (diff) | |
| download | discoin-faaac5caaab4d5131040292f4ef2404074ad268b.tar.xz discoin-faaac5caaab4d5131040292f4ef2404074ad268b.zip | |
RPCTypeCheck bip32derivs arg in walletcreatefunded
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
| -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 03c1a0f62..0966334b8 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 ); |