diff --git a/public/templates/test/statistics/pool/contributors_hashrate.tpl b/public/templates/test/statistics/pool/contributors_hashrate.tpl index 2ed09fd2..aa121749 100644 --- a/public/templates/test/statistics/pool/contributors_hashrate.tpl +++ b/public/templates/test/statistics/pool/contributors_hashrate.tpl @@ -17,7 +17,7 @@ {assign var=listed value=0} {section contrib $CONTRIBHASHES} {math assign="estday" equation="round(reward / ( diff * pow(2,32) / ( hashrate * 1000 ) / 3600 / 24), 3)" diff=$DIFFICULTY reward=$REWARD hashrate=$CONTRIBHASHES[contrib].hashrate} - + {$rank++} {if $CONTRIBHASHES[contrib].donate_percent > 0}{/if} {if $CONTRIBHASHES[contrib].is_anonymous|default:"0" == 1}anonymous{else}{$CONTRIBHASHES[contrib].account|escape}{/if}