diff --git a/templates/bootstrap/statistics/pool/general_stats.tpl b/templates/bootstrap/statistics/pool/general_stats.tpl index b55eddec..c8165358 100644 --- a/templates/bootstrap/statistics/pool/general_stats.tpl +++ b/templates/bootstrap/statistics/pool/general_stats.tpl @@ -21,9 +21,9 @@ Current Difficulty {if ! $GLOBAL.website.chaininfo.disabled} - {$NETWORK.difficulty} + {$NETWORK.difficulty|number_format:"8"} {else} - {$NETWORK.difficulty} + {$NETWORK.difficulty|number_format:"8"} {/if}