From 710c0fc9ffa151968786b95e684c0d7d0374744b Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 2 Jul 2019 02:16:44 -1100 Subject: [PATCH] InitBlockIndex(); --- src/init.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/init.cpp b/src/init.cpp index fb6eeaa8f..a17374ee1 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1483,6 +1483,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler) std::vector vImportFiles; threadGroup.create_thread(boost::bind(&ThreadImport, vImportFiles)); StartNode(threadGroup, scheduler); + InitBlockIndex(); SetRPCWarmupFinished(); uiInterface.InitMessage(_("Done loading")); return !fRequestShutdown;