Skip to content

Commit bc88b04

Browse files
added PH and EH
1 parent d6d68cb commit bc88b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/smarty_globals.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
if (! $statistics_ajax_long_refresh_interval = $setting->getValue('statistics_ajax_long_refresh_interval')) $statistics_ajax_long_refresh_interval = 10;
4848

4949
// Small helper array
50-
$aHashunits = array( '1' => 'KH/s', '0.001' => 'MH/s', '0.000001' => 'GH/s', '0.000000001' => 'TH/s' );
50+
$aHashunits = array( '1' => 'KH/s', '0.001' => 'MH/s', '0.000001' => 'GH/s', '0.000000001' => 'TH/s', '0.000000000001' => 'PH/s', '0.000000000000001' => 'EH/s' );
5151

5252
// Global data for Smarty
5353
$aGlobal = array(

0 commit comments

Comments
 (0)