aboutsummaryrefslogtreecommitdiff
path: root/src/rpcserver.h
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-10-10 11:19:36 +0200
committerjtimon <jtimon@jtimon.cc>2015-01-04 21:04:55 +0100
commit0cc0d8d60b8aec483a926a94aa7f85b9b0d0aca3 (patch)
tree3b60894705a098855587ca51582f183fe8711ab2 /src/rpcserver.h
parent41cced21063a89992ef393dda4fffc44ff60c7c3 (diff)
downloadbitcoin-0cc0d8d60b8aec483a926a94aa7f85b9b0d0aca3.tar.xz
Get rid of the internal miner's hashmeter
Diffstat (limited to 'src/rpcserver.h')
-rw-r--r--src/rpcserver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h
index 2b2428445d..08d3501c6e 100644
--- a/src/rpcserver.h
+++ b/src/rpcserver.h
@@ -154,7 +154,6 @@ extern json_spirit::Value importwallet(const json_spirit::Array& params, bool fH
extern json_spirit::Value getgenerate(const json_spirit::Array& params, bool fHelp); // in rpcmining.cpp
extern json_spirit::Value setgenerate(const json_spirit::Array& params, bool fHelp);
extern json_spirit::Value getnetworkhashps(const json_spirit::Array& params, bool fHelp);
-extern json_spirit::Value gethashespersec(const json_spirit::Array& params, bool fHelp);
extern json_spirit::Value getmininginfo(const json_spirit::Array& params, bool fHelp);
extern json_spirit::Value prioritisetransaction(const json_spirit::Array& params, bool fHelp);
extern json_spirit::Value getblocktemplate(const json_spirit::Array& params, bool fHelp);