Skip to content

Commit 4a7153b

Browse files
committed
Merge pull request #2315 from xisi/dev-add-payout-pubapi
add payout to public api
2 parents 09dd1a4 + 2d5d951 commit 4a7153b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/pages/api/public.inc.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
'shares_this_round' => $aShares['valid'],
2121
'last_block' => $aLastBlock['height'],
2222
'network_hashrate' => $dNetworkHashrate,
23-
'fee' => $config['fees']
23+
'fee' => $config['fees'],
24+
'payout' => $config['payout_system']
2425
)
2526
);
2627

0 commit comments

Comments
 (0)