mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-23 04:54:30 +00:00
less noisy debug.log using html ui
This commit is contained in:
parent
a884c002ce
commit
128c0a506b
@ -922,7 +922,8 @@ void JSONRequest::parse(const Value& valRequest)
|
|||||||
strMethod = valMethod.get_str();
|
strMethod = valMethod.get_str();
|
||||||
if (strMethod != "getwork" && strMethod != "getblocktemplate" &&
|
if (strMethod != "getwork" && strMethod != "getblocktemplate" &&
|
||||||
strMethod != "getlasthave" && strMethod != "getnumpieces" &&
|
strMethod != "getlasthave" && strMethod != "getnumpieces" &&
|
||||||
strMethod != "getinfo" && strMethod != "getbestblockhash" && strMethod != "getblock")
|
strMethod != "getinfo" && strMethod != "getbestblockhash" &&
|
||||||
|
strMethod != "getblock" && strMethod != "getmininginfo")
|
||||||
printf("ThreadRPCServer method=%s\n", strMethod.c_str());
|
printf("ThreadRPCServer method=%s\n", strMethod.c_str());
|
||||||
|
|
||||||
// Parse params
|
// Parse params
|
||||||
|
Loading…
x
Reference in New Issue
Block a user