diff --git a/src/init.cpp b/src/init.cpp index 18d2fd2553..9668c9502c 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1933,8 +1933,10 @@ bool AppInit2(boost::thread_group &threadGroup, CScheduler &scheduler) { // uiInterface.InitMessage(_("Loading fulfilled requests cache...")); CFlatDB flatdb4("netfulfilled.dat", "magicFulfilledCache"); + flatdb4.Load(netfulfilledman); + // if (!flatdb4.Load(netfulfilledman)) { - // return InitError("Failed to load fulfilled requests cache from netfulfilled.dat"); + // LogPrint"Failed to load fulfilled requests cache from netfulfilled.dat"); // } // ********************************************************* Step 11c: update block tip in Dash modules