diff options
| author | Pieter Wuille <[email protected]> | 2014-04-28 12:52:32 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-06-21 19:47:39 +0200 |
| commit | cf0c47b2698a3e23654d9fd24f6b2ef9689bde3d (patch) | |
| tree | 9e3b06e1a027e26a988cf50fb9984d964f6e4e14 /src/rpcserver.h | |
| parent | Switch script.cpp and hash.cpp to use sha2.cpp instead of OpenSSL. (diff) | |
| download | discoin-cf0c47b2698a3e23654d9fd24f6b2ef9689bde3d.tar.xz discoin-cf0c47b2698a3e23654d9fd24f6b2ef9689bde3d.zip | |
Remove getwork() RPC call
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 73e8b9426..527154238 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -130,7 +130,6 @@ extern json_spirit::Value setgenerate(const json_spirit::Array& params, bool fHe 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 getwork(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value getblocktemplate(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value submitblock(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value estimatefee(const json_spirit::Array& params, bool fHelp); |