prices rpc call stub

This commit is contained in:
jl777
2019-04-01 23:09:51 -11:00
parent 175d0fa4a6
commit c90448edba
4 changed files with 84 additions and 25 deletions

View File

@@ -441,6 +441,7 @@ static const CRPCCommand vRPCCommands[] =
{ "oracles", "oraclessamples", &oraclessamples, true },
// Prices
{ "prices", "prices", &prices, true },
{ "prices", "pricesaddress", &pricesaddress, true },
{ "prices", "priceslist", &priceslist, true },
{ "prices", "pricesinfo", &pricesinfo, true },