[FIX] Display Pool Hashrate on Pool Stats

This commit is contained in:
Sebastian Grewe 2013-09-19 11:54:39 +02:00
parent a345175ec5
commit 515af18ea5

View File

@ -5,7 +5,7 @@
<tbody>
<tr>
<th align="left" width="30%">Pool Hash Rate</th>
<td width="70%">{($GLOBAL.hashrate / 1000)|number_format:"3"} Mhash/s</td>
<td width="70%">{($GLOBAL.hashrate)|number_format:"3"} {$GLOBAL.hashunits.pool}</td>
</tr>
<tr>
<th align="left">Pool Efficiency</td>