Fixed issue #145, should fix stake synching with wallets

This commit is contained in:
miketout
2018-10-25 23:25:31 -07:00
parent fbb4a542c8
commit 4c8293dc76
4 changed files with 32 additions and 19 deletions

View File

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