From 36afeac6d89b8f00fcc7766bdf50b2e5f13b0ea7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 11 Nov 2018 06:53:30 -1100 Subject: [PATCH] Dont call longest chain in background loop --- src/bitcoind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index f05b522fa..80fef2c0f 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -63,7 +63,7 @@ void WaitForShutdown(boost::thread_group* threadGroup) else { //komodo_interestsum(); - komodo_longestchain(); + //komodo_longestchain(); MilliSleep(20000); } fShutdown = ShutdownRequested();