From 3a66fcf80a70ae3b28faf1eef5c8a428d3b9a8da Mon Sep 17 00:00:00 2001 From: elbandi Date: Mon, 18 Jul 2016 01:12:46 +0200 Subject: [PATCH] Fix blockfound diff --- sgminer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sgminer.c b/sgminer.c index a0e4ed1d..83eddd83 100644 --- a/sgminer.c +++ b/sgminer.c @@ -7183,7 +7183,6 @@ bool test_nonce(struct work *work, uint32_t nonce) static void update_work_stats(struct thr_info *thr, struct work *work) { double test_diff = current_diff; - test_diff *= work->pool->algorithm.share_diff_multiplier; work->share_diff = share_diff(work);