Merge pull request #2313 from xisi/dev-add-fee-pubapi
add pool fee to public api
This commit is contained in:
commit
09dd1a4f75
@ -19,7 +19,8 @@ echo json_encode(
|
|||||||
'workers' => $worker->getCountAllActiveWorkers(),
|
'workers' => $worker->getCountAllActiveWorkers(),
|
||||||
'shares_this_round' => $aShares['valid'],
|
'shares_this_round' => $aShares['valid'],
|
||||||
'last_block' => $aLastBlock['height'],
|
'last_block' => $aLastBlock['height'],
|
||||||
'network_hashrate' => $dNetworkHashrate
|
'network_hashrate' => $dNetworkHashrate,
|
||||||
|
'fee' => $config['fees']
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user