diff options
| author | Pieter Wuille <[email protected]> | 2013-04-24 00:43:14 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2013-04-24 22:38:56 +0200 |
| commit | ccda03b57022369c4352d0f5a816cff9ace833e6 (patch) | |
| tree | 9969d73bf4b7878c891be84739279fc4f544ee56 /src/db.h | |
| parent | Try moving database/ away in case of failure (diff) | |
| download | discoin-ccda03b57022369c4352d0f5a816cff9ace833e6.tar.xz discoin-ccda03b57022369c4352d0f5a816cff9ace833e6.zip | |
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(); |