adds pool fee to public api

This commit is contained in:
xisi 2014-08-04 17:53:43 -04:00
parent caf90d9676
commit be8db64969

View File

@ -19,7 +19,8 @@ echo json_encode(
'workers' => $worker->getCountAllActiveWorkers(),
'shares_this_round' => $aShares['valid'],
'last_block' => $aLastBlock['height'],
'network_hashrate' => $dNetworkHashrate
'network_hashrate' => $dNetworkHashrate,
'fee' => $config['fees']
)
);