diff --git a/include/pages/api/public.inc.php b/include/pages/api/public.inc.php index a37c80f5..6446b5e5 100644 --- a/include/pages/api/public.inc.php +++ b/include/pages/api/public.inc.php @@ -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'] ) );