From a45b38bf670d64aea464b2155f37baf0841ad9bc Mon Sep 17 00:00:00 2001 From: fireice-uk Date: Mon, 8 Jan 2018 18:51:04 +0000 Subject: Fix bug in pool-side hashes --- xmrstak/misc/executor.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'xmrstak/misc/executor.hpp') 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; -- cgit v1.1