test
This commit is contained in:
@@ -107,7 +107,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||||||
{ "z_getoperationresult", 0},
|
{ "z_getoperationresult", 0},
|
||||||
{ "z_importkey", 1 },
|
{ "z_importkey", 1 },
|
||||||
{ "paxprice", 4 },
|
{ "paxprice", 4 },
|
||||||
{ "paxprice2", 3 },
|
{ "paxprices", 3 },
|
||||||
|
{ "notaries", 1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
class CRPCConvertTable
|
class CRPCConvertTable
|
||||||
|
|||||||
@@ -302,6 +302,7 @@ static const CRPCCommand vRPCCommands[] =
|
|||||||
{ "blockchain", "verifychain", &verifychain, true },
|
{ "blockchain", "verifychain", &verifychain, true },
|
||||||
{ "blockchain", "paxprice", &paxprice, true },
|
{ "blockchain", "paxprice", &paxprice, true },
|
||||||
{ "blockchain", "paxprices", &paxprices, true },
|
{ "blockchain", "paxprices", &paxprices, true },
|
||||||
|
{ "blockchain", "notaries", ¬aries, true },
|
||||||
|
|
||||||
/* Mining */
|
/* Mining */
|
||||||
{ "mining", "getblocktemplate", &getblocktemplate, true },
|
{ "mining", "getblocktemplate", &getblocktemplate, true },
|
||||||
|
|||||||
Reference in New Issue
Block a user