Browse Source

Log calls to getblocktemplate

0.15
John Newbery 8 years ago
parent
commit
1352092dbd
  1. 2
      src/rpc/server.cpp

2
src/rpc/server.cpp

@ -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");

Loading…
Cancel
Save