diff --git a/src/miner.cpp b/src/miner.cpp index 3cb96fb4a..c14a76d53 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -565,8 +565,8 @@ void static BitcoinMiner(CWallet *pwallet) if (UintToArith256(pblock->GetHash()) > hashTarget) { return false; } - if ( time(NULL) < starttime+50 ) - sleep(starttime+50-time(NULL)); + /* if ( pblock->nBits == KOMODO_MINDIFF_NBITS && time(NULL) < starttime+50 ) + sleep(starttime+50-time(NULL));*/ // Found a solution SetThreadPriority(THREAD_PRIORITY_NORMAL);