mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 07:17:53 +00:00
less logging when pooling for network status
This commit is contained in:
parent
8286e4c78d
commit
6594b01e6f
@ -913,7 +913,8 @@ void JSONRequest::parse(const Value& valRequest)
|
||||
throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string");
|
||||
strMethod = valMethod.get_str();
|
||||
if (strMethod != "getwork" && strMethod != "getblocktemplate" &&
|
||||
strMethod != "getlasthave")
|
||||
strMethod != "getlasthave" &&
|
||||
strMethod != "getinfo" && strMethod != "getbestblockhash" && strMethod != "getblock")
|
||||
printf("ThreadRPCServer method=%s\n", strMethod.c_str());
|
||||
|
||||
// Parse params
|
||||
|
Loading…
Reference in New Issue
Block a user