Fixing combined hashrate graph
This shouuld fix #598 with graphs being completely off
This commit is contained in:
parent
184ad5d58b
commit
e5cb4d0886
@ -29,7 +29,7 @@
|
||||
<td>{$POOLHASHRATES.$i|default:"0"}</td>
|
||||
{/for}
|
||||
{for $i=0 to date('G', time() - 60 * 60)}
|
||||
<td>{$POOLHASHRATES.$i - $YOURHASHRATES.$i|default:"0"}</td>
|
||||
<td>{$POOLHASHRATES.$i|default:"0"}</td>
|
||||
{/for}
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user