Browse Source

Remove 2 second sleep from CheckWork

0.8
David Joel Schwartz 13 years ago committed by Luke Dashjr
parent
commit
514b18722a
  1. 1
      src/main.cpp

1
src/main.cpp

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

Loading…
Cancel
Save