fixing website name in pub api

This commit is contained in:
Sebastian Grewe 2013-09-16 15:41:23 +02:00
parent 504855b55d
commit 8ad5a234c0

View File

@ -15,7 +15,7 @@ $bitcoin->can_connect() === true ? $dNetworkHashrate = $bitcoin->query('getnetwo
echo json_encode(
array(
'pool_name' => $config['website']['name'],
'pool_name' => $setting->getValue('website_name'),
'hashrate' => $statistics->getCurrentHashrate(),
'workers' => $worker->getCountAllActiveWorkers(),
'shares_this_round' => $aShares['valid'],