Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
remove services folder (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-Griffith authored May 18, 2019
1 parent 82b36b2 commit 6b17bf5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1502,21 +1502,6 @@ bool AppInit2(thread_group &threadGroup)
break;
}

/// check for services folder, if does not exist. make it
fs::path servicesFolder = (GetDataDir() / "services");
if (fs::exists(servicesFolder))
{
if (!fs::is_directory(servicesFolder))
{
LogPrintf("services exists but is not a folder, check your eccoin data files \n");
assert(false);
}
}
else
{
fs::create_directory(servicesFolder);
}

// verify the blocks
LogPrintf("Verifying blocks...");

Expand Down

0 comments on commit 6b17bf5

Please sign in to comment.