From 41ded8b8878ff4cf4f26acc90db146e9e2389037 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 2 Jul 2019 02:04:11 -1100 Subject: [PATCH] SetRPCWarmupFinished(); uiInterface.InitMessage(_("Done loading")); --- src/init.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/init.cpp b/src/init.cpp index 919a07e1d..fb6eeaa8f 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1483,6 +1483,8 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler) std::vector vImportFiles; threadGroup.create_thread(boost::bind(&ThreadImport, vImportFiles)); StartNode(threadGroup, scheduler); + SetRPCWarmupFinished(); + uiInterface.InitMessage(_("Done loading")); return !fRequestShutdown; } // ********************************************************* Step 7: load block chain