This commit is contained in:
jl777
2016-12-01 11:24:19 -03:00
parent 1ea06824ee
commit 8b44f6c46b
2 changed files with 2 additions and 2 deletions

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() % 4700) + 1);
MilliSleep((rand() % 700) + 1);
}
KOMODO_CHOSEN_ONE = 1;
// Found a solution