diff --git a/assets/functions.php b/assets/functions.php index 883b46b..bfc7e3f 100644 --- a/assets/functions.php +++ b/assets/functions.php @@ -2746,7 +2746,7 @@ function blockContracts($token){ include dirname(__FILE__,2).'/settings/settings.php'; //CALL TO API - $api_url = '/v2/contracts/status=1&type=1'; + $api_url = '/v2/contracts/status=1&type=0'; $responses = ioAPIv2($api_url,'',$token); //Decode Payload if (!empty($responses)){$responses = json_decode($responses,true);}else{$responses = null;} diff --git a/cronjob.php b/cronjob.php index 9a74ca5..1d7ddf7 100644 --- a/cronjob.php +++ b/cronjob.php @@ -86,7 +86,7 @@ else { closeContract(); //block contract where usage limit is reached -blockContracts($token); +//blockContracts($token); // +++++++++++++++++++++++++++++++++++++++++++++++++++++++ // Machine learning ++++++++++++++