We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf90d9 commit be8db64Copy full SHA for be8db64
include/pages/api/public.inc.php
@@ -19,7 +19,8 @@
19
'workers' => $worker->getCountAllActiveWorkers(),
20
'shares_this_round' => $aShares['valid'],
21
'last_block' => $aLastBlock['height'],
22
- 'network_hashrate' => $dNetworkHashrate
+ 'network_hashrate' => $dNetworkHashrate,
23
+ 'fee' => $config['fees']
24
)
25
);
26
0 commit comments