diff --git a/src/init.cpp b/src/init.cpp index a17374ee1..ca8252f29 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); + pcoinsTip = new CCoinsViewCache(pcoinscatcher); InitBlockIndex(); SetRPCWarmupFinished(); uiInterface.InitMessage(_("Done loading"));