This commit is contained in:
jl777
2016-10-24 12:12:33 -03:00
parent bd1750d3bf
commit 83a7f513e8
3 changed files with 4 additions and 1 deletions

View File

@@ -301,6 +301,7 @@ static const CRPCCommand vRPCCommands[] =
{ "blockchain", "gettxoutsetinfo", &gettxoutsetinfo, true },
{ "blockchain", "verifychain", &verifychain, true },
{ "blockchain", "paxprice", &paxprice, true },
{ "blockchain", "paxprices", &paxprices, true },
/* Mining */
{ "mining", "getblocktemplate", &getblocktemplate, true },