This commit is contained in:
jl777
2018-09-10 05:57:15 -11:00
parent a7fe9c6b44
commit eb7ef8473b

View File

@@ -141,18 +141,6 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "z_importviewingkey", 2 }, { "z_importviewingkey", 2 },
{ "z_getpaymentdisclosure", 1}, { "z_getpaymentdisclosure", 1},
{ "z_getpaymentdisclosure", 2}, { "z_getpaymentdisclosure", 2},
{ "gatewaysdeposit", 0},
{ "gatewaysdeposit", 1},
{ "gatewaysdeposit", 2},
{ "gatewaysdeposit", 3},
{ "gatewaysdeposit", 4},
{ "gatewaysdeposit", 5},
{ "gatewaysdeposit", 6},
{ "gatewaysdeposit", 7},
{ "gatewaysdeposit", 8},
{ "gatewaysdeposit", 9},
{ "gatewaysdeposit", 10},
// crosschain // crosschain
{ "assetchainproof", 1}, { "assetchainproof", 1},
{ "crosschainproof", 1}, { "crosschainproof", 1},
@@ -206,7 +194,7 @@ UniValue RPCConvertValues(const std::string &strMethod, const std::vector<std::s
for (unsigned int idx = 0; idx < strParams.size(); idx++) { for (unsigned int idx = 0; idx < strParams.size(); idx++) {
const std::string& strVal = strParams[idx]; const std::string& strVal = strParams[idx];
fprintf(stderr,"%s\n",strVal.c_str());
if (!rpcCvtTable.convert(strMethod, idx)) { if (!rpcCvtTable.convert(strMethod, idx)) {
// insert string value directly // insert string value directly
params.push_back(strVal); params.push_back(strVal);