diff --git a/include/classes/statistics.class.php b/include/classes/statistics.class.php index 26edd4c9..191bb00d 100644 --- a/include/classes/statistics.class.php +++ b/include/classes/statistics.class.php @@ -831,7 +831,7 @@ class Statistics extends Base { $dDifficulty = 1; } if ($hashrate <= 0) $hashrate = 1; - return $this->memcache->setCache(__FUNCTION__, $this->coin->calcNetworkExpectedTimePerBlock($dDifficulty, $hashrate)); + return $this->memcache->setCache(__FUNCTION__ . '_' . $type, $this->coin->calcNetworkExpectedTimePerBlock($dDifficulty, $hashrate)); } /**