SetRPCWarmupFinished(); uiInterface.InitMessage(_("Done loading"));

This commit is contained in:
jl777
2019-07-02 02:04:11 -11:00
parent 119a7e825b
commit 41ded8b887

View File

@@ -1483,6 +1483,8 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
std::vector<boost::filesystem::path> vImportFiles;
threadGroup.create_thread(boost::bind(&ThreadImport, vImportFiles));
StartNode(threadGroup, scheduler);
SetRPCWarmupFinished();
uiInterface.InitMessage(_("Done loading"));
return !fRequestShutdown;
}
// ********************************************************* Step 7: load block chain