Browse Source

Do create DAG if missing

cl-refactor
Lefteris Karapetsas 10 years ago
parent
commit
de56964a2e
  1. 2
      libethcore/Ethash.cpp

2
libethcore/Ethash.cpp

@ -335,7 +335,7 @@ void Ethash::GPUMiner::workLoop()
EthashAux::FullType dag; EthashAux::FullType dag;
while (true) while (true)
{ {
if ((dag = EthashAux::full(w.seedHash, false))) if ((dag = EthashAux::full(w.seedHash, true)))
break; break;
if (shouldStop()) if (shouldStop())
{ {

Loading…
Cancel
Save