fixing website name in pub api
This commit is contained in:
parent
504855b55d
commit
8ad5a234c0
@ -15,7 +15,7 @@ $bitcoin->can_connect() === true ? $dNetworkHashrate = $bitcoin->query('getnetwo
|
|||||||
|
|
||||||
echo json_encode(
|
echo json_encode(
|
||||||
array(
|
array(
|
||||||
'pool_name' => $config['website']['name'],
|
'pool_name' => $setting->getValue('website_name'),
|
||||||
'hashrate' => $statistics->getCurrentHashrate(),
|
'hashrate' => $statistics->getCurrentHashrate(),
|
||||||
'workers' => $worker->getCountAllActiveWorkers(),
|
'workers' => $worker->getCountAllActiveWorkers(),
|
||||||
'shares_this_round' => $aShares['valid'],
|
'shares_this_round' => $aShares['valid'],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user