summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsychocrypt <psychocryptHPC@gmail.com>2018-01-09 20:40:24 +0100
committerGitHub <noreply@github.com>2018-01-09 20:40:24 +0100
commit8d06753e462a7aa2185c38cc88be66185eb664f0 (patch)
treeb797bdb9fd9bf45128a721ffd6ddab0d9dfb9721
parentd015a3d01ebc8ebdb5a0bdcded17f977ceb70ad3 (diff)
parenta45b38bf670d64aea464b2155f37baf0841ad9bc (diff)
downloadxmr-stak-8d06753e462a7aa2185c38cc88be66185eb664f0.zip
xmr-stak-8d06753e462a7aa2185c38cc88be66185eb664f0.tar.gz
Merge pull request #837 from fireice-uk/fix-pooldiff
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