Skip to content

Commit

Permalink
Fixed Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
psolstice committed Mar 1, 2018
1 parent 13a6853 commit 62f1a32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1933,8 +1933,10 @@ bool AppInit2(boost::thread_group &threadGroup, CScheduler &scheduler) {

// uiInterface.InitMessage(_("Loading fulfilled requests cache..."));
CFlatDB<CNetFulfilledRequestManager> 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
Expand Down

0 comments on commit 62f1a32

Please sign in to comment.