Browse Source

warn for stale

cl-refactor
Genoil 9 years ago
parent
commit
cd57b9ff54
  1. 1
      libstratum/EthStratumClient.cpp

1
libstratum/EthStratumClient.cpp

@ -407,6 +407,7 @@ bool EthStratumClient::submit(EthashProofOfWork::Solution solution) {
m_stale = true;
x_stale.unlock();
x_current.unlock();
cwarn << "Submitting stale solution.";
async_write(m_socket, m_requestBuffer,
boost::bind(&EthStratumClient::handleResponse, this,
boost::asio::placeholders::error));

Loading…
Cancel
Save