Remove oracles RPCs
This commit is contained in:
@@ -417,18 +417,6 @@ static const CRPCCommand vRPCCommands[] =
|
||||
{ "heir", "heirinfo", &heirinfo, true },
|
||||
{ "heir", "heirlist", &heirlist, true },
|
||||
|
||||
// Oracles
|
||||
{ "oracles", "oraclesaddress", &oraclesaddress, true },
|
||||
{ "oracles", "oracleslist", &oracleslist, true },
|
||||
{ "oracles", "oraclesinfo", &oraclesinfo, true },
|
||||
{ "oracles", "oraclescreate", &oraclescreate, true },
|
||||
{ "oracles", "oraclesfund", &oraclesfund, true },
|
||||
{ "oracles", "oraclesregister", &oraclesregister, true },
|
||||
{ "oracles", "oraclessubscribe", &oraclessubscribe, true },
|
||||
{ "oracles", "oraclesdata", &oraclesdata, true },
|
||||
{ "oracles", "oraclessample", &oraclessample, true },
|
||||
{ "oracles", "oraclessamples", &oraclessamples, true },
|
||||
|
||||
{ "CClib", "cclibaddress", &cclibaddress, true },
|
||||
{ "CClib", "cclibinfo", &cclibinfo, true },
|
||||
{ "CClib", "cclib", &cclib, true },
|
||||
|
||||
@@ -245,16 +245,6 @@ extern UniValue heirclaim(const UniValue& params, bool fHelp, const CPubKey& myp
|
||||
extern UniValue heirinfo(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue heirlist(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue channelsaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue oraclesaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue oracleslist(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue oraclesinfo(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue oraclescreate(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue oraclesfund(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue oraclesregister(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue oraclessubscribe(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue oraclesdata(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue oraclessample(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue oraclessamples(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
|
||||
extern UniValue cclibaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue cclibinfo(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
|
||||
Reference in New Issue
Block a user