Remove database/ after clean shutdown

This commit is contained in:
Pieter Wuille
2013-04-24 00:43:14 +02:00
parent 1859aafef0
commit ccda03b570
2 changed files with 7 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ class CDBEnv
private:
bool fDbEnvInit;
bool fMockDb;
std::string strPath;
boost::filesystem::path path;
void EnvShutdown();