This commit is contained in:
jl777
2019-02-20 23:24:27 -11:00
parent d58bfc8a7f
commit e392999374

View File

@@ -5416,8 +5416,8 @@ 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());
jsonstr = (char *)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(),jsonstr);
}
}
cp = CCinit(&C,evalcode);