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/init.cpp | |
| 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/init.cpp')
| -rw-r--r-- | src/init.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/init.cpp b/src/init.cpp index 6eab27352..12d2d1bb4 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -116,7 +116,6 @@ void Shutdown() RenameThread("bitcoin-shutoff"); mempool.AddTransactionsUpdated(1); StopRPCThreads(); - ShutdownRPCMining(); #ifdef ENABLE_WALLET if (pwalletMain) bitdb.Flush(false); @@ -1148,8 +1147,6 @@ bool AppInit2(boost::thread_group& threadGroup) #endif StartNode(threadGroup); - // InitRPCMining is needed here so getwork/getblocktemplate in the GUI debug console works properly. - InitRPCMining(); if (fServer) StartRPCThreads(); |