From a63e5f12561a3a40351b2c2a4e9620e2aa2690e0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 24 Mar 2017 03:32:04 +0200 Subject: [PATCH] Test --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.cpp b/src/init.cpp index 0f03aac21..d9fb2cd04 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1461,7 +1461,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler) if (mapArgs.count("-blocknotify")) uiInterface.NotifyBlockTip.connect(BlockNotifyCallback); - if ( KOMODO_REWIND >= 0 ) + if ( KOMODO_REWIND == 0 ) { uiInterface.InitMessage(_("Activating best chain...")); // scan for better chains in the block chain database, that are not yet connected in the active best chain