Browse Source

less noisy debug.log using html ui

miguelfreitas
Miguel Freitas 11 years ago
parent
commit
128c0a506b
  1. 3
      src/bitcoinrpc.cpp

3
src/bitcoinrpc.cpp

@ -922,7 +922,8 @@ void JSONRequest::parse(const Value& valRequest) @@ -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…
Cancel
Save