diff --git a/public/templates/mmcFE/statistics/graphs/both.tpl b/public/templates/mmcFE/statistics/graphs/both.tpl index ff760be1..03832b5f 100644 --- a/public/templates/mmcFE/statistics/graphs/both.tpl +++ b/public/templates/mmcFE/statistics/graphs/both.tpl @@ -1,7 +1,6 @@ {if is_array($YOURHASHRATES) && is_array($POOLHASHRATES)}
| {$POOLHASHRATES.$i|default:"0"} | {/for} {for $i=0 to date('G', time() - 60 * 60)} -{$POOLHASHRATES.$i|default:"0"} | +{$POOLHASHRATES.$i - $YOURHASHRATES.$i|default:"0"} | {/for}