From 9e1c741905e0a420ee016177e77831747ea98ed1 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 26 Feb 2020 14:12:15 -0500 Subject: [PATCH] Update convert params junk --- src/rpc/client.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 1ed44b48c..64b905d70 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -175,6 +175,12 @@ static const CRPCConvertParam vRPCConvertParams[] = { "z_listsentbyaddress", 3}, { "z_listsentbyaddress", 4}, { "z_listsentbyaddress", 5}, + { "z_listreceivedbyaddress", 1}, + { "z_listreceivedbyaddress", 2}, + { "z_listreceivedbyaddress", 3}, + { "z_listreceivedbyaddress", 4}, + { "z_listreceivedbyaddress", 5}, + // crosschain { "assetchainproof", 1}, { "crosschainproof", 1}, @@ -183,6 +189,10 @@ static const CRPCConvertParam vRPCConvertParams[] = { "height_MoM", 1}, { "calc_MoM", 2}, { "migrate_completeimporttransaction", 1}, + { "getalldata", 0}, + { "getalldata", 1}, + { "getalldata", 2}, + { "getalldata", 3} }; class CRPCConvertTable