mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
LevelDB is now mandatory
This commit is contained in:
@@ -113,7 +113,6 @@ void Application::updateTables(bool ldbImport)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
#ifdef USE_LEVELDB
|
||||
if (theApp->getHashedObjectStore().isLevelDB())
|
||||
{
|
||||
boost::filesystem::path hashPath = theConfig.DATA_DIR / "hashnode.db";
|
||||
@@ -134,5 +133,4 @@ void Application::updateTables(bool ldbImport)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user