Browse Source

remove sleep does nothign

pull/27/head
blackjok3r 6 years ago
parent
commit
d84aad9651
  1. 4
      src/miner.cpp

4
src/miner.cpp

@ -1638,8 +1638,8 @@ void static BitcoinMiner()
fprintf(stderr," POW\n");*/
if ( h > hashTarget )
{
if ( ASSETCHAINS_STAKED != 0 && KOMODO_MININGTHREADS == 0 )
MilliSleep(30);
//if ( ASSETCHAINS_STAKED != 0 && KOMODO_MININGTHREADS == 0 )
// MilliSleep(30);
return false;
}
if ( IS_KOMODO_NOTARY != 0 && B.nTime > GetAdjustedTime() )

Loading…
Cancel
Save