CMXX - Switch of blockcontracts

This commit is contained in:
“VeLiTi”
2024-11-27 09:42:49 +01:00
parent 1618f2e665
commit 96a019a616
2 changed files with 2 additions and 2 deletions

View File

@@ -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;}

View File

@@ -86,7 +86,7 @@ else {
closeContract();
//block contract where usage limit is reached
blockContracts($token);
//blockContracts($token);
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Machine learning ++++++++++++++