Test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user