diff --git a/public/templates/mpos/statistics/pool/general_stats.tpl b/public/templates/mpos/statistics/pool/general_stats.tpl
index 7506f013..4ac58bb6 100644
--- a/public/templates/mpos/statistics/pool/general_stats.tpl
+++ b/public/templates/mpos/statistics/pool/general_stats.tpl
@@ -8,15 +8,15 @@
{$GLOBAL.hashrate|number_format:"3"} {$GLOBAL.hashunits.pool} |
- | Pool Efficiency
+ | Pool Efficiency |
{if $GLOBAL.roundshares.valid > 0}{($GLOBAL.roundshares.valid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100)|number_format:"2"}%{else}0%{/if} |
- | Current Active Workers
+ | Current Active Workers |
{$GLOBAL.workers} |
- | Current Difficulty
+ | Current Difficulty |
{if ! $GLOBAL.website.chaininfo.disabled}
{$NETWORK.difficulty} |
{else}
@@ -24,7 +24,7 @@
{/if}
- | Est. Next Difficulty
+ | Est. Next Difficulty |
{if ! $GLOBAL.website.chaininfo.disabled}
{$NETWORK.EstNextDifficulty} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks) |
{else}
@@ -32,34 +32,34 @@
{/if}
- | Est. Avg. Time per Round (Network)
+ | Est. Avg. Time per Round (Network) |
{$NETWORK.EstTimePerBlock|seconds_to_words} |
- | Est. Avg. Time per Round (Pool)
+ | Est. Avg. Time per Round (Pool) |
{$ESTTIME|seconds_to_words} |
- | Est. Shares this Round
+ | Est. Shares this Round |
{$ESTIMATES.shares} (done: {$ESTIMATES.percent}%) |
{if ! $GLOBAL.website.blockexplorer.disabled}
- | Next Network Block
+ | Next Network Block |
{$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
{else}
- | Next Network Block
+ | Next Network Block |
{$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
{/if}
- | Last Block Found
+ | Last Block Found |
{$LASTBLOCK|default:"0"} |
- | Time Since Last Block
+ | Time Since Last Block |
{$TIMESINCELAST|seconds_to_words} |