This commit is contained in:
jl777
2019-02-20 22:55:40 -11:00
parent 3881f9cea4
commit a65a83bdb8
2 changed files with 4 additions and 4 deletions

View File

@@ -5416,7 +5416,7 @@ UniValue cclib(const UniValue& params, bool fHelp)
}
if ( params.size() == 3 )
{
fprintf(stderr,"params.(%s %s %s)\n",params[0].get_str().c_str(),params[1].get_str().c_str(),params[2].get_str().c_str());
//fprintf(stderr,"params.(%s %s %s)\n",params[0].get_str().c_str(),params[1].get_str().c_str(),params[2].get_str().c_str());
jsonparams = cJSON_Parse(params[2].get_str().c_str());
}
}