Remove unneeded RPCs
This commit is contained in:
@@ -500,17 +500,6 @@ static const CRPCCommand vRPCCommands[] =
|
||||
// Pegs
|
||||
{ "pegs", "pegsaddress", &pegsaddress, true },
|
||||
|
||||
// Marmara
|
||||
{ "marmara", "marmaraaddress", &marmaraaddress, true },
|
||||
{ "marmara", "marmarapoolpayout", &marmara_poolpayout, true },
|
||||
{ "marmara", "marmarareceive", &marmara_receive, true },
|
||||
{ "marmara", "marmaraissue", &marmara_issue, true },
|
||||
{ "marmara", "marmaratransfer", &marmara_transfer, true },
|
||||
{ "marmara", "marmarainfo", &marmara_info, true },
|
||||
{ "marmara", "marmaracreditloop", &marmara_creditloop, true },
|
||||
{ "marmara", "marmarasettlement", &marmara_settlement, true },
|
||||
{ "marmara", "marmaralock", &marmara_lock, true },
|
||||
|
||||
// Payments
|
||||
{ "payments", "paymentsaddress", &paymentsaddress, true },
|
||||
{ "payments", "paymentstxidopret", &payments_txidopret, true },
|
||||
|
||||
@@ -280,15 +280,6 @@ extern UniValue priceslist(const UniValue& params, bool fHelp, const CPubKey& my
|
||||
extern UniValue mypriceslist(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue pricesinfo(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue pegsaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue marmaraaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue marmara_poolpayout(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue marmara_receive(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue marmara_issue(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue marmara_transfer(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue marmara_info(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue marmara_creditloop(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue marmara_settlement(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue marmara_lock(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue paymentsaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue payments_release(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
extern UniValue payments_fund(const UniValue& params, bool fHelp, const CPubKey& mypk);
|
||||
|
||||
Reference in New Issue
Block a user