Update smarty_globals.inc.php

This commit is contained in:
obigal 2013-07-05 11:58:11 -04:00 committed by Sebastian Grewe
parent 1f2bc294f2
commit 99bb4470f3

View File

@ -38,7 +38,7 @@ $aGlobal = array(
'hashrate' => $iCurrentPoolHashrate,
'nethashrate' => $dNetworkHashrate,
'sharerate' => $iCurrentPoolShareRate,
'ppsvalue' => number_format(round(1/(65536 * $dDifficulty) * $config['reward']), 12),
'ppsvalue' => number_format(round((1/(65536 * $dDifficulty) * $config['reward']), 12) ,12),
'workers' => $iCurrentActiveWorkers,
'roundshares' => $aRoundShares,
'fees' => $config['fees'],