Merge pull request #5581 from LarryRuane/2022-02-log-getblocktemplate

Log calls to getblocktemplate
This commit is contained in:
Charlie O'Keefe 2022-03-03 15:56:34 -07:00 committed by GitHub
commit e33178615c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -431,7 +431,6 @@ void JSONRequest::parse(const UniValue& valRequest)
if (!valMethod.isStr())
throw JSONRPCError(RPC_INVALID_REQUEST, "Method must be a string");
strMethod = valMethod.get_str();
if (strMethod != "getblocktemplate")
LogPrint("rpc", "ThreadRPCServer method=%s\n", SanitizeString(strMethod));
// Parse params