diff --git a/include/pages/api/public.inc.php b/include/pages/api/public.inc.php index c6b128d6..a37c80f5 100644 --- a/include/pages/api/public.inc.php +++ b/include/pages/api/public.inc.php @@ -19,7 +19,8 @@ echo json_encode( 'workers' => $worker->getCountAllActiveWorkers(), 'shares_this_round' => $aShares['valid'], 'last_block' => $aLastBlock['height'], - 'network_hashrate' => $dNetworkHashrate + 'network_hashrate' => $dNetworkHashrate, + 'fee' => $config['fees'] ) );