Update smarty_globals.inc.php

This commit is contained in:
obigal 2013-07-03 09:09:47 -04:00 committed by Sebastian Grewe
parent 2d2f480888
commit 31e10bfa2f

View File

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