Fixed issue #145, should fix stake synching with wallets
This commit is contained in:
@@ -731,7 +731,7 @@ UniValue CRPCTable::execute(const std::string &strMethod, const UniValue ¶ms
|
||||
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];
|
||||
|
||||
Reference in New Issue
Block a user