Browse Source

Dont call longest chain in background loop

pull/4/head
jl777 6 years ago
parent
commit
36afeac6d8
  1. 2
      src/bitcoind.cpp

2
src/bitcoind.cpp

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

Loading…
Cancel
Save