Merge pull request #293 from TheSerapher/issue-292

Fix own list entry if not in top-15
This commit is contained in:
Sebastian Grewe 2013-06-30 10:24:44 -07:00
commit 343aa3ce51

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>