From 638b2c31f5a8e96deac6035b44a627d0244e4c87 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sat, 19 Jul 2014 09:50:00 +0200 Subject: [PATCH] [FIX] Oversight --- include/classes/statistics.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/classes/statistics.class.php b/include/classes/statistics.class.php index 318a8bba..4a9c36f3 100644 --- a/include/classes/statistics.class.php +++ b/include/classes/statistics.class.php @@ -111,7 +111,7 @@ class Statistics extends Base { b.*, a.username AS finder, a.is_anonymous AS is_anonymous, - ROUND(difficulty * POW(2, 32 - " . $this->coin->getTargetBits() . "), 0), 4) AS estshares + ROUND(difficulty * POW(2, 32 - " . $this->coin->getTargetBits() . "), 0) AS estshares FROM " . $this->block->getTableName() . " AS b LEFT JOIN " . $this->user->getTableName() . " AS a ON b.account_id = a.id