This commit is contained in:
jl777
2017-03-15 20:59:10 +02:00
parent 7b11fe5d35
commit 320a2e35cf
2 changed files with 2 additions and 2 deletions

View File

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