Merge pull request #293 from TheSerapher/issue-292
Fix own list entry if not in top-15
This commit is contained in:
commit
343aa3ce51
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user