Fix own list entry if not in top-15

Fixes #292
This commit is contained in:
Sebastian Grewe 2013-06-30 19:22:57 +02:00
parent cfb209a425
commit cf921e72c3

View File

@ -24,6 +24,7 @@
</tr>
{/section}
{if $listed != 1}
{math assign="estday" equation="round(reward / ( diff * pow(2,32) / ( hashrate * 1000 ) / 3600 / 24), 3)" diff=$DIFFICULTY reward=$REWARD hashrate=$GLOBAL.userdata.hashrate}
<tr style="background-color:#99EB99;">
<td>n/a</td>
<td>{$GLOBAL.userdata.username}</td>