diff --git a/public/templates/mmcFE/statistics/pool/authenticated.tpl b/public/templates/mmcFE/statistics/pool/authenticated.tpl
index 56e91173..78aa4d9b 100644
--- a/public/templates/mmcFE/statistics/pool/authenticated.tpl
+++ b/public/templates/mmcFE/statistics/pool/authenticated.tpl
@@ -8,7 +8,6 @@
User Name |
KH/s |
Ł/Day (est) |
- Ł/Day (est) |
@@ -19,7 +18,6 @@
{$TOPHASHRATES[hashrate].account} |
{$TOPHASHRATES[hashrate].hashrate|number_format} |
{math equation="round(( 24 / (((diff * pow(2,targetdiff)) / hashrate) / 3600) * reward ),3)" diff=$DIFFICULTY targetdiff=$TARGETDIFF hashrate=$TOPHASHRATES[hashrate].hashrate reward=$REWARD} |
- {$TOPHASHRATES[hashrate].ltcday|number_format}
{/section}
|
@@ -64,7 +62,7 @@
- | {$LASTBLOCK} |
+ {$LASTBLOCK|default:"0"} |