Update smarty_globals.inc.php
This commit is contained in:
parent
2d2f480888
commit
31e10bfa2f
@ -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'],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user