This commit is contained in:
jl777
2019-02-20 23:10:26 -11:00
parent d9a52ff53c
commit 2dff5b98f0

View File

@@ -5417,7 +5417,7 @@ UniValue cclib(const UniValue& params, bool fHelp)
if ( params.size() == 3 ) 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 = params[2].get_str().c_str(); jsonstr = params[2].get_str().c_str();
} }
} }
cp = CCinit(&C,evalcode); cp = CCinit(&C,evalcode);