remove decimals for expected shares in graph
This commit is contained in:
parent
2b56423272
commit
e7bb725da4
@ -11,7 +11,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">Expected Shares</th>
|
<th scope="row">Expected Shares</th>
|
||||||
{section block $BLOCKSFOUND step=-1}
|
{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}
|
{/section}
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user