[ADDED] Pool name to getpoolstatus API

This commit is contained in:
Sebastian Grewe 2013-11-05 15:15:48 +01:00
parent d2d7ee6796
commit dd1ef86b81

View File

@ -47,6 +47,7 @@ if (!empty($aLastBlock)) {
// Output JSON format
$data = array(
'pool_name' => $setting->getValue('website_name'),
'hashrate' => $iCurrentPoolHashrate,
'efficiency' => $dEfficiency,
'workers' => $worker->getCountAllActiveWorkers(),