Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
336ab14177
  1. 3
      src/rpcclient.cpp
  2. 1
      src/rpcserver.cpp

3
src/rpcclient.cpp

@ -107,7 +107,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "z_getoperationresult", 0},
{ "z_importkey", 1 },
{ "paxprice", 4 },
{ "paxprice2", 3 },
{ "paxprices", 3 },
{ "notaries", 1 },
};
class CRPCConvertTable

1
src/rpcserver.cpp

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

Loading…
Cancel
Save