mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
expicit set UniValue type to avoid empty values
This commit is contained in:
@@ -866,7 +866,7 @@ void JSONRequest::parse(const Value& valRequest)
|
||||
|
||||
static Object JSONRPCExecOne(const Value& req)
|
||||
{
|
||||
Object rpc_result;
|
||||
UniValue rpc_result(UniValue::VOBJ);
|
||||
|
||||
JSONRequest jreq;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user