pcoinsTip = new CCoinsViewCache(pcoinscatcher);

This commit is contained in:
jl777
2019-07-02 02:36:11 -11:00
parent 4d6cd8f0b4
commit 17552a08e5

View File

@@ -1483,6 +1483,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
std::vector<boost::filesystem::path> vImportFiles;
threadGroup.create_thread(boost::bind(&ThreadImport, vImportFiles));
StartNode(threadGroup, scheduler);
pcoinsTip = new CCoinsViewCache(pcoinscatcher);
InitBlockIndex();
SetRPCWarmupFinished();
uiInterface.InitMessage(_("Done loading"));