Skip to content

Commit

Permalink
Remove 2 second sleep from CheckWork
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelKatz authored and luke-jr committed Oct 4, 2011
1 parent c7eb151 commit 514b187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2894,7 +2894,6 @@ bool CheckWork(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey)
return error("BitcoinMiner : ProcessBlock, block not accepted");
}

Sleep(2000);
return true;
}

Expand Down

0 comments on commit 514b187

Please sign in to comment.