diff options
| author | jtimon <[email protected]> | 2014-10-10 11:19:36 +0200 |
|---|---|---|
| committer | jtimon <[email protected]> | 2015-01-04 21:04:55 +0100 |
| commit | 0cc0d8d60b8aec483a926a94aa7f85b9b0d0aca3 (patch) | |
| tree | 3b60894705a098855587ca51582f183fe8711ab2 /src/rpcserver.h | |
| parent | Merge pull request #5267 (diff) | |
| download | discoin-0cc0d8d60b8aec483a926a94aa7f85b9b0d0aca3.tar.xz discoin-0cc0d8d60b8aec483a926a94aa7f85b9b0d0aca3.zip | |
Get rid of the internal miner's hashmeter
Diffstat (limited to 'src/rpcserver.h')
| -rw-r--r-- | src/rpcserver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h index 2b2428445..08d3501c6 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); |