remove decimals for expected shares in graph

This commit is contained in:
Sebastian Grewe 2013-06-13 22:03:21 +02:00
parent 2b56423272
commit e7bb725da4

View File

@ -11,7 +11,7 @@
<tr>
<th scope="row">Expected Shares</th>
{section block $BLOCKSFOUND step=-1}
<td>{(pow(2,32 - $GLOBAL.config.targetdiff) * $BLOCKSFOUND[block].difficulty)}</td>
<td>{round(pow(2,32 - $GLOBAL.config.targetdiff) * $BLOCKSFOUND[block].difficulty)}</td>
{/section}
</tr>
<tr>