diff --git a/include/block.inc.php b/include/block.inc.php index 79328d5..5a3218e 100755 --- a/include/block.inc.php +++ b/include/block.inc.php @@ -306,11 +306,13 @@ class Block if($res !== FALSE) { $hostname = 'https://www.ariochain.info'; // hardcoded + _log("Supply",3); $apiUrl = $hostname.'/api.php?q=node-info'; $aroUrl=file_get_contents($apiUrl); $json=json_decode($aroUrl,true); $cut = false; + _log("info from $hostname",3); $last = $height; //$last = 216000 + ( 43200 * 0);