diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2013-04-24 00:43:14 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2013-04-24 22:38:56 +0200 |
commit | ccda03b57022369c4352d0f5a816cff9ace833e6 (patch) | |
tree | 9969d73bf4b7878c891be84739279fc4f544ee56 /src/db.h | |
parent | 1859aafef0a273e27e886646e36140cc5e375ee1 (diff) |
Remove database/ after clean shutdown
Diffstat (limited to 'src/db.h')
-rw-r--r-- | src/db.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ class CDBEnv private: bool fDbEnvInit; bool fMockDb; - std::string strPath; + boost::filesystem::path path; void EnvShutdown(); |