Browse Source

Mining fix.

cl-refactor
Gav Wood 11 years ago
parent
commit
3278460e72
  1. 1
      libethereum/Client.cpp

1
libethereum/Client.cpp

@ -138,6 +138,7 @@ void Client::work()
if (m_s.sync(m_bc)) if (m_s.sync(m_bc))
{ {
changed = true; changed = true;
m_miningStarted = true; // need to re-commit to mine.
if (!m_doMine) if (!m_doMine)
m_mined = m_s; m_mined = m_s;
} }

Loading…
Cancel
Save