Remove 2 second sleep from CheckWork

This commit is contained in:
David Joel Schwartz 2011-08-06 05:15:00 -08:00 committed by Luke Dashjr
parent c7eb151ad0
commit 514b18722a
1 changed files with 0 additions and 1 deletions

View File

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