summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2018-01-08 18:51:04 +0000
committerfireice-uk <fireice-uk@users.noreply.github.com>2018-01-08 18:51:04 +0000
commita45b38bf670d64aea464b2155f37baf0841ad9bc (patch)
treeb797bdb9fd9bf45128a721ffd6ddab0d9dfb9721
parentd015a3d01ebc8ebdb5a0bdcded17f977ceb70ad3 (diff)
downloadxmr-stak-a45b38bf670d64aea464b2155f37baf0841ad9bc.zip
xmr-stak-a45b38bf670d64aea464b2155f37baf0841ad9bc.tar.gz
Fix bug in pool-side hashes
-rw-r--r--xmrstak/misc/executor.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmrstak/misc/executor.hpp b/xmrstak/misc/executor.hpp
index c2caa39..fbaa265 100644
--- a/xmrstak/misc/executor.hpp
+++ b/xmrstak/misc/executor.hpp
@@ -177,7 +177,6 @@ private:
iPoolCallTimes.clear();
tPoolConnTime = std::chrono::system_clock::now();
iPoolHashes = 0;
- iPoolDiff = 0;
}
double fHighestHps = 0.0;
OpenPOWER on IntegriCloud