From 8a43630ba94a1bf084725225dd402f3354686e9f Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Sun, 25 May 2025 20:31:30 +0200 Subject: [PATCH] Fix auxiliary command --- app/Console/Commands/AuxCommand.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) 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) {