diff --git a/app/Console/Commands/AuxCommand.php b/app/Console/Commands/AuxCommand.php index 8b27fa0..22d7c20 100644 --- a/app/Console/Commands/AuxCommand.php +++ b/app/Console/Commands/AuxCommand.php @@ -1,15 +1,15 @@ argument('function'); if($function){ $this->$function(); @@ -173,7 +170,7 @@ class AuxCommand extends Command{ } } - $btrxjson = json_decode(self::curl_get(self::bittrex)); + $btrxjson = null; //TODO json_decode(self::curl_get(self::bittrex)); $blckjson = json_decode(self::curl_get(self::blockchainticker)); if ($btrxjson) {