diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp index e47c929a2..cde0ed095 100644 --- a/src/rpcserver.cpp +++ b/src/rpcserver.cpp @@ -291,7 +291,7 @@ static const CRPCCommand vRPCCommands[] = { "blockchain", "getblockcount", &getblockcount, true }, { "blockchain", "getblock", &getblock, true }, { "blockchain", "getblockhash", &getblockhash, true }, - { "blockchain", "getchaintips", &getchaintips, true }, + //{ "blockchain", "getchaintips", &getchaintips, true }, { "blockchain", "getdifficulty", &getdifficulty, true }, { "blockchain", "getmempoolinfo", &getmempoolinfo, true }, { "blockchain", "getrawmempool", &getrawmempool, true }, diff --git a/src/rpcserver.h b/src/rpcserver.h index 0fda9571f..9a5c02dca 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -255,7 +255,7 @@ extern json_spirit::Value paxprices(const json_spirit::Array& params, bool fHelp extern json_spirit::Value paxdeposit(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value paxwithdraw(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value verifychain(const json_spirit::Array& params, bool fHelp); -extern json_spirit::Value getchaintips(const json_spirit::Array& params, bool fHelp); +//extern json_spirit::Value getchaintips(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value invalidateblock(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value reconsiderblock(const json_spirit::Array& params, bool fHelp);