adds pool fee to public api
This commit is contained in:
parent
caf90d9676
commit
be8db64969
@ -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']
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user