diff --git a/web/yaamp/modules/site/results/mining_results.php b/web/yaamp/modules/site/results/mining_results.php index a46858b7a..244e3d81c 100644 --- a/web/yaamp/modules/site/results/mining_results.php +++ b/web/yaamp/modules/site/results/mining_results.php @@ -124,6 +124,10 @@ function WriteBoxHeader($title) ->memcache ->set("yiimp-nethashrate-{$coin->symbol}", $network_hash, 60); } + else if($remote->getnetworkhashps()){ + $network_hash = $remote->getnetworkhashps(); + controller()->memcache->set("yiimp-nethashrate-{$coin->symbol}", $network_hash, 60); +} } $network_hash = $network_hash ? Itoa2($network_hash) . 'h/s' : '';