add payout to public api

This commit is contained in:
xisi 2014-08-05 22:53:25 -04:00
parent be8db64969
commit 2d5d951894

View File

@ -20,7 +20,8 @@ echo json_encode(
'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'] 'fee' => $config['fees'],
'payout' => $config['payout_system']
) )
); );