From 373e276894c14bb180cbc813652f17344ddd3dfc Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 18 Mar 2017 10:46:45 +0200 Subject: [PATCH] Test --- src/init.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/init.cpp b/src/init.cpp index d586108a4..95bff62d5 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1464,6 +1464,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler) uiInterface.InitMessage(_("Activating best chain...")); // scan for better chains in the block chain database, that are not yet connected in the active best chain CValidationState state; + extern int32_t KOMODO_REWIND; if ( KOMODO_REWIND < 0 ) { KOMODO_REWIND = 0;