expicit set UniValue type to avoid empty values

This commit is contained in:
Jonas Schnelli
2015-05-10 14:48:35 +02:00
committed by Jack Grigg
parent 9756b7bd29
commit 38fc4b7090
10 changed files with 94 additions and 93 deletions

View File

@@ -904,7 +904,7 @@ void JSONRequest::parse(const Value& valRequest)
static Object JSONRPCExecOne(const Value& req)
{
Object rpc_result;
UniValue rpc_result(UniValue::VOBJ);
JSONRequest jreq;
try {