]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Fri, 24 Mar 2017 01:36:37 +0000 (03:36 +0200)
committerjl777 <[email protected]>
Fri, 24 Mar 2017 01:36:37 +0000 (03:36 +0200)
src/init.cpp

index d9fb2cd04b74063741ad67741963097bb62b325d..cffdb7a9b0ab62641363111bb81f862febe7ac22 100644 (file)
@@ -1246,7 +1246,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
                     LogPrintf("Prune: pruned datadir may not have more than %d blocks; -checkblocks=%d may fail\n",
                         MIN_BLOCKS_TO_KEEP, GetArg("-checkblocks", 288));
                 }
-                if ( KOMODO_REWIND >= 0 )
+                if ( KOMODO_REWIND == 0 )
                 {
                     if (!CVerifyDB().VerifyDB(pcoinsdbview, GetArg("-checklevel", 3),
                                               GetArg("-checkblocks", 288))) {
This page took 0.028241 seconds and 4 git commands to generate.