|
|
|
@ -1344,6 +1344,7 @@ Array RPCConvertValues(const std::string &strMethod, const std::vector<std::stri
@@ -1344,6 +1344,7 @@ Array RPCConvertValues(const std::string &strMethod, const std::vector<std::stri
|
|
|
|
|
if (strMethod == "getspamposts" && n > 1) ConvertTo<boost::int64_t>(params[1]); |
|
|
|
|
if (strMethod == "getspamposts" && n > 2) ConvertTo<boost::int64_t>(params[2]); |
|
|
|
|
if (strMethod == "search" && n > 2) ConvertTo<boost::int64_t>(params[2]); |
|
|
|
|
if (strMethod == "search" && n > 3) ConvertTo<Object>(params[3]); |
|
|
|
|
if (strMethod == "newgroupinvite" && n > 1) ConvertTo<boost::int64_t>(params[1]); |
|
|
|
|
if (strMethod == "newgroupinvite" && n > 3) ConvertTo<Array>(params[3]); |
|
|
|
|
if (strMethod == "newgroupdescription" && n > 1) ConvertTo<boost::int64_t>(params[1]); |
|
|
|
|