Skip to content

Commit be8db64

Browse files
committed
adds pool fee to public api
1 parent caf90d9 commit be8db64

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
@@ -19,7 +19,8 @@
1919
'workers' => $worker->getCountAllActiveWorkers(),
2020
'shares_this_round' => $aShares['valid'],
2121
'last_block' => $aLastBlock['height'],
22-
'network_hashrate' => $dNetworkHashrate
22+
'network_hashrate' => $dNetworkHashrate,
23+
'fee' => $config['fees']
2324
)
2425
);
2526

0 commit comments

Comments
 (0)