|
197 | 197 | ); |
198 | 198 | $aSettings['statistics'][] = array( |
199 | 199 | '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' ), |
201 | 201 | 'default' => '1', |
202 | 202 | 'name' => 'statistics_pool_hashrate_modifier', 'value' => $setting->getValue('statistics_pool_hashrate_modifier'), |
203 | 203 | 'tooltip' => 'Auto-adjust displayed pool hashrates to a certain limit.' |
204 | 204 | ); |
205 | 205 | $aSettings['statistics'][] = array( |
206 | 206 | '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' ), |
208 | 208 | 'default' => '1', |
209 | 209 | 'name' => 'statistics_network_hashrate_modifier', 'value' => $setting->getValue('statistics_network_hashrate_modifier'), |
210 | 210 | 'tooltip' => 'Auto-adjust displayed network hashrates to a certain limit.' |
211 | 211 | ); |
212 | 212 | $aSettings['statistics'][] = array( |
213 | 213 | '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' ), |
215 | 215 | 'default' => '1', |
216 | 216 | 'name' => 'statistics_personal_hashrate_modifier', 'value' => $setting->getValue('statistics_personal_hashrate_modifier'), |
217 | 217 | 'tooltip' => 'Auto-adjust displayed personal hashrates to a certain limit.' |
|
0 commit comments