From 128c0a506bafbc27c7664487b2f993deea0bfc43 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 25 Jan 2014 12:57:35 -0200 Subject: [PATCH] less noisy debug.log using html ui --- src/bitcoinrpc.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index db8515e7..1c85e8f1 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -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