From d23916f6bd52b76e042882b694e205d17634d271 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 25 Sep 2013 10:38:43 +0200 Subject: [PATCH] Fixed PHP Notice on Contributor Hashrates --- public/templates/test/statistics/pool/contributors_hashrate.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}