Skip to content

Commit 7f7a189

Browse files
added PH and EH
1 parent bc88b04 commit 7f7a189

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/config/admin_settings.inc.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -197,21 +197,21 @@
197197
);
198198
$aSettings['statistics'][] = array(
199199
'display' => 'Pool Hashrate Modifier', 'type' => 'select',
200-
'options' => array( '1' => 'KH/s', '0.001' => 'MH/s', '0.000001' => 'GH/s', '0.000000001' => 'TH/s' ),
200+
'options' => array( '1' => 'KH/s', '0.001' => 'MH/s', '0.000001' => 'GH/s', '0.000000001' => 'TH/s', '0.000000000001' => 'PH/s', '0.000000000000001' => 'EH/s' ),
201201
'default' => '1',
202202
'name' => 'statistics_pool_hashrate_modifier', 'value' => $setting->getValue('statistics_pool_hashrate_modifier'),
203203
'tooltip' => 'Auto-adjust displayed pool hashrates to a certain limit.'
204204
);
205205
$aSettings['statistics'][] = array(
206206
'display' => 'Network Hashrate Modifier', 'type' => 'select',
207-
'options' => array( '1' => 'KH/s', '0.001' => 'MH/s', '0.000001' => 'GH/s', '0.000000001' => 'TH/s' ),
207+
'options' => array( '1' => 'KH/s', '0.001' => 'MH/s', '0.000001' => 'GH/s', '0.000000001' => 'TH/s', '0.000000000001' => 'PH/s', '0.000000000000001' => 'EH/s' ),
208208
'default' => '1',
209209
'name' => 'statistics_network_hashrate_modifier', 'value' => $setting->getValue('statistics_network_hashrate_modifier'),
210210
'tooltip' => 'Auto-adjust displayed network hashrates to a certain limit.'
211211
);
212212
$aSettings['statistics'][] = array(
213213
'display' => 'Personal Hashrate Modifier', 'type' => 'select',
214-
'options' => array( '1' => 'KH/s', '0.001' => 'MH/s', '0.000001' => 'GH/s', '0.000000001' => 'TH/s' ),
214+
'options' => array( '1' => 'KH/s', '0.001' => 'MH/s', '0.000001' => 'GH/s', '0.000000001' => 'TH/s', '0.000000000001' => 'PH/s', '0.000000000000001' => 'EH/s' ),
215215
'default' => '1',
216216
'name' => 'statistics_personal_hashrate_modifier', 'value' => $setting->getValue('statistics_personal_hashrate_modifier'),
217217
'tooltip' => 'Auto-adjust displayed personal hashrates to a certain limit.'

0 commit comments

Comments
 (0)