mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 20:44:56 +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();
|
||||
if (strMethod != "getwork" && strMethod != "getblocktemplate" &&
|
||||
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());
|
||||
|
||||
// Parse params
|
||||
|
Loading…
x
Reference in New Issue
Block a user