Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
5caefd225b
  1. 2
      src/miner.cpp

2
src/miner.cpp

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

Loading…
Cancel
Save