Dont call longest chain in background loop

This commit is contained in:
jl777
2018-11-11 06:53:30 -11:00
parent ff905c4fa7
commit 36afeac6d8

View File

@@ -63,7 +63,7 @@ void WaitForShutdown(boost::thread_group* threadGroup)
else else
{ {
//komodo_interestsum(); //komodo_interestsum();
komodo_longestchain(); //komodo_longestchain();
MilliSleep(20000); MilliSleep(20000);
} }
fShutdown = ShutdownRequested(); fShutdown = ShutdownRequested();