This commit is contained in:
jl777
2019-01-29 02:26:19 -11:00
parent 7b26127344
commit fc4076d9c1
2 changed files with 2 additions and 2 deletions

View File

@@ -5391,7 +5391,7 @@ UniValue cclib(const UniValue& params, bool fHelp)
if ( params.size() == 3 )
{
jsonparams = cJSON_Parse(params[2].get_str().c_str());
//printf("Parse.(%s) -> %p\n",params[2].get_str().c_str(),jsonparams);
printf("Parse.(%s) -> %p\n",params[2].get_str().c_str(),jsonparams);
}
}
cp = CCinit(&C,evalcode);