Delete auction/faucet/heir CC rpcs #381
This commit is contained in:
@@ -238,12 +238,6 @@ extern UniValue estimatefee(const UniValue& params, bool fHelp, const CPubKey& m
|
||||
extern UniValue estimatepriority(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue coinsupply(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue assetsaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue heiraddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue heirfund(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue heiradd(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue heirclaim(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
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 cclibaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
@@ -255,15 +249,10 @@ extern UniValue channelsopen(const UniValue& params, bool fHelp, const CPubKey&
|
||||
extern UniValue channelspayment(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue channelsclose(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue channelsrefund(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue faucetfund(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue faucetget(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue faucetaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue faucetinfo(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue FSMaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue FSMcreate(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue FSMlist(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue FSMinfo(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue auctionaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
|
||||
extern UniValue getnewaddress(const UniValue& params, bool fHelp, const CPubKey& mypk); // in rpcwallet.cpp
|
||||
//extern UniValue getnewaddress64(const UniValue& params, bool fHelp, const CPubKey& mypk); // in rpcwallet.cpp
|
||||
|
||||
Reference in New Issue
Block a user