Merge pull request #564 from luke-jr/optimize_remove_CheckWork_delay

Remove 2 second sleep from CheckWork
This commit is contained in:
Gavin Andresen 2011-10-06 07:54:50 -07:00
commit 32ebde4612
1 changed files with 0 additions and 1 deletions

View File

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