From e19f77f1ad58002c1e4c344f2a613ebeddf7c29f Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 19 Mar 2014 15:22:08 +0100 Subject: [PATCH] [ADDED] Missing number_format --- .../templates/bootstrap/statistics/pool/general_stats.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/templates/bootstrap/statistics/pool/general_stats.tpl b/public/templates/bootstrap/statistics/pool/general_stats.tpl index f80c918d..eb21ba66 100644 --- a/public/templates/bootstrap/statistics/pool/general_stats.tpl +++ b/public/templates/bootstrap/statistics/pool/general_stats.tpl @@ -29,9 +29,9 @@ Est. Next Difficulty {if ! $GLOBAL.website.chaininfo.disabled} - {$NETWORK.EstNextDifficulty} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks) + {$NETWORK.EstNextDifficulty|number_format:"8"} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks) {else} - {$NETWORK.EstNextDifficulty} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks) + {$NETWORK.EstNextDifficulty|number_format:"8"} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks) {/if} @@ -72,4 +72,4 @@
{if !$GLOBAL.website.api.disabled}These stats are also available in JSON format HERE{/if}
- \ No newline at end of file +