]> Git Repo - VerusCoin.git/blobdiff - src/rpcclient.cpp
test
[VerusCoin.git] / src / rpcclient.cpp
index 04fc84c9dc6f1c7a63ea6c06c6ee0696ab5530a3..824ad602af3b5d9cc069c4aaaea92e5e678e5115 100644 (file)
@@ -103,10 +103,15 @@ static const CRPCConvertParam vRPCConvertParams[] =
     { "z_gettotalbalance", 0},
     { "z_sendmany", 1},
     { "z_sendmany", 2},
+    { "z_sendmany", 3},
     { "z_getoperationstatus", 0},
     { "z_getoperationresult", 0},
     { "z_importkey", 1 },
-    { "paxprice", 3 },
+    { "paxprice", 4 },
+    { "paxprices", 3 },
+    { "paxpending", 0 },
+    { "notaries", 1 },
+    { "minerids", 1 },
 };
 
 class CRPCConvertTable
This page took 0.027069 seconds and 4 git commands to generate.