|
|
|
@ -369,9 +369,7 @@ void JSONRPCRequest::parse(const UniValue& valRequest)
@@ -369,9 +369,7 @@ void JSONRPCRequest::parse(const UniValue& valRequest)
|
|
|
|
|
if (!valMethod.isStr()) |
|
|
|
|
throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string"); |
|
|
|
|
strMethod = valMethod.get_str(); |
|
|
|
|
if (strMethod != "getblocktemplate") { |
|
|
|
|
LogPrint(BCLog::RPC, "ThreadRPCServer method=%s\n", SanitizeString(strMethod)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Parse params
|
|
|
|
|
UniValue valParams = find_value(request, "params"); |
|
|
|
|