File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -794,6 +794,12 @@ void ThreadImport(std::vector<boost::filesystem::path> vImportFiles)
794
794
StartShutdown ();
795
795
}
796
796
} // End scope of CImportingNow
797
+
798
+ // force UpdatedBlockTip to initialize nCachedBlockHeight for PS, DN payments and budgets
799
+ // but don't call it directly to prevent triggering of other listeners like zmq etc.
800
+ // GetMainSignals().UpdatedBlockTip(chainActive.Tip());
801
+ ppsNotificationInterface->InitializeCurrentBlockTip ();
802
+
797
803
LoadMempool ();
798
804
fDumpMempoolLater = !fRequestShutdown ;
799
805
}
@@ -1943,13 +1949,6 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
1943
1949
}
1944
1950
}
1945
1951
1946
- // ********************************************************* Step 11c: update block tip in Dynamic modules
1947
-
1948
- // force UpdatedBlockTip to initialize nCachedBlockHeight for PS, DN payments and budgets
1949
- // but don't call it directly to prevent triggering of other listeners like zmq etc.
1950
- // GetMainSignals().UpdatedBlockTip(chainActive.Tip());
1951
- ppsNotificationInterface->InitializeCurrentBlockTip ();
1952
-
1953
1952
// ********************************************************* Step 11d: start dynamic-ps-<smth> threads
1954
1953
1955
1954
if (!fLiteMode ) {
You can’t perform that action at this time.
0 commit comments