add payout to public api
This commit is contained in:
parent
be8db64969
commit
2d5d951894
@ -20,7 +20,8 @@ echo json_encode(
|
||||
'shares_this_round' => $aShares['valid'],
|
||||
'last_block' => $aLastBlock['height'],
|
||||
'network_hashrate' => $dNetworkHashrate,
|
||||
'fee' => $config['fees']
|
||||
'fee' => $config['fees'],
|
||||
'payout' => $config['payout_system']
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user