This commit is contained in:
Ario
2019-09-17 12:43:59 +02:00
parent 468ec7fb1d
commit 1533d78978

View File

@@ -313,13 +313,14 @@ class Block
$res = $db->run( $res = $db->run(
"SHOW TABLES LIKE 'networkstats'" "SHOW TABLES LIKE 'networkstats'"
); );
if ($res) $continue = true;
} catch (Exception $e) { } catch (Exception $e) {
$res = false; $continue = false;
} }
_log($res,3); _log($continue,3);
if($res !== FALSE) { if($continue) {
$hostname = 'https://www.ariochain.info'; // hardcoded $hostname = 'https://www.ariochain.info'; // hardcoded
_log("Calculate supply",3); _log("Calculate supply",3);