Remove 2 second sleep from CheckWork
authorDavid Joel Schwartz <davidjoelschwartz@gmail.com>
Sat, 6 Aug 2011 13:15:00 +0000 (05:15 -0800)
committerLuke Dashjr <luke-jr+git@utopios.org>
Tue, 4 Oct 2011 04:04:43 +0000 (00:04 -0400)
src/main.cpp

index 6a3bacc..bcdd801 100644 (file)
@@ -2894,7 +2894,6 @@ bool CheckWork(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey)
             return error("BitcoinMiner : ProcessBlock, block not accepted");
     }
 
-    Sleep(2000);
     return true;
 }