Merge pull request #2315 from xisi/dev-add-payout-pubapi
add payout to public api
This commit is contained in:
commit
4a7153b730
@ -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