This commit is contained in:
Duke
2023-11-20 17:05:42 -08:00
parent b4c60c5f4e
commit 37cff3924d

View File

@@ -2436,7 +2436,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
SetRPCWarmupFinished(); SetRPCWarmupFinished();
if(fDebug) if(fDebug)
fprintf(stderr,"RPC warmump finished\n"); fprintf(stderr,"RPC warmump finished\n");
uiInterface.InitMessage(_("Hush Full Node Done Loading! :)")); uiInterface.InitMessage(_("Full Node Done Loading! :)"));
#ifdef ENABLE_WALLET #ifdef ENABLE_WALLET
if (pwalletMain) { if (pwalletMain) {