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.
2 parents e7f1408 + 4591c1f commit 363b742Copy full SHA for 363b742
include/smarty_globals.inc.php
@@ -26,7 +26,7 @@
26
$iCurrentPoolHashrate = $statistics->getCurrentHashrate();
27
28
// Avoid confusion, ensure our nethash isn't higher than poolhash
29
-if ($iCurrentPoolHashrate > $dNetworkHashrate / 1000) $dNetworkHashrate = $iCurrentPoolHashrate;
+if ($iCurrentPoolHashrate > $dNetworkHashrate / 1000) $dNetworkHashrate = $iCurrentPoolHashrate * 1000;
30
31
// Baseline network hashrate for templates
32
if ( ! $dPersonalHashrateModifier = $setting->getValue('statistics_personal_hashrate_modifier') ) $dPersonalHashrateModifier = 1;
0 commit comments