Remove retries on getBlockTemplate to fix pool flooding with calls

This commit is contained in:
miketout
2018-10-21 14:54:19 -07:00
parent e871bb78ad
commit d82a969a58
3 changed files with 8 additions and 3 deletions

View File

@@ -731,6 +731,8 @@ UniValue CRPCTable::execute(const std::string &strMethod, const UniValue &params
throw JSONRPCError(RPC_IN_WARMUP, rpcWarmupStatus);
}
// printf("RPC call: %s\n", strMethod.c_str());
// Find method
const CRPCCommand *pcmd = tableRPC[strMethod];
if (!pcmd)