aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 4623bac53..6c39b1496 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -200,6 +200,7 @@ void Shutdown()
StopRPC();
StopHTTPServer();
#ifdef ENABLE_WALLET
+ // Dogecoin 1.14 TODO: ShutdownRPCMining();
if (pwalletMain)
pwalletMain->Flush(false);
#endif
@@ -1652,6 +1653,8 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
// ********************************************************* Step 12: finished
+ // Dogecoin: Do we need to do any RPC mining init here?
+
SetRPCWarmupFinished();
uiInterface.InitMessage(_("Done loading"));