Delete many things we do not want or need
This commit is contained in:
@@ -237,22 +237,7 @@ extern UniValue submitblock(const UniValue& params, bool fHelp, const CPubKey& m
|
||||
extern UniValue estimatefee(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue estimatepriority(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue coinsupply(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokeninfo(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokenlist(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokenorders(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue mytokenorders(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokenbalance(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue assetsaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokenaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokencreate(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokentransfer(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokenbid(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokencancelbid(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokenfillbid(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokenask(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokencancelask(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokenfillask(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue tokenconvert(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);
|
||||
@@ -280,8 +265,6 @@ 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 tokenswapask(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
//extern UniValue tokenfillswap(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);
|
||||
|
||||
Reference in New Issue
Block a user