This commit is contained in:
jl777
2018-09-10 06:03:37 -11:00
parent eb7ef8473b
commit 41cbc9a8f4
3 changed files with 3 additions and 1 deletions

View File

@@ -191,6 +191,7 @@ UniValue ParseNonRFCJSONValue(const std::string& strVal)
UniValue RPCConvertValues(const std::string &strMethod, const std::vector<std::string> &strParams)
{
UniValue params(UniValue::VARR);
fprintf(stderr,"size.%d %s\n",(int32_t)strParams.size(),strParams.c_str());
for (unsigned int idx = 0; idx < strParams.size(); idx++) {
const std::string& strVal = strParams[idx];