From 99bb4470f38ccf92647a57318db6cebfdbeff95f Mon Sep 17 00:00:00 2001 From: obigal Date: Fri, 5 Jul 2013 11:58:11 -0400 Subject: [PATCH] Update smarty_globals.inc.php --- public/include/smarty_globals.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/smarty_globals.inc.php b/public/include/smarty_globals.inc.php index 1fecac98..a1a6946a 100644 --- a/public/include/smarty_globals.inc.php +++ b/public/include/smarty_globals.inc.php @@ -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'],