This commit is contained in:
jl777
2016-11-30 07:56:44 -03:00
parent 8339b08691
commit e024608617

View File

@@ -661,7 +661,7 @@ void static BitcoinMiner(CWallet *pwallet)
int32_t nseconds = Mining_start+ROUNDROBIN_DELAY-time(NULL);
if ( nseconds > 0 )
sleep(nseconds);
MilliSleep((rand() % 5000) + 1);
MilliSleep((rand() % 3700) + 1);
}
KOMODO_CHOSEN_ONE = 1;
// Found a solution