aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-06-11 11:30:44 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-06-11 11:31:00 +0200
commit5905d71fe3bb22d0111da7fb4ca8433ed54c9abf (patch)
treeea1ac66739de0382a8c26a773dc57860e8d5620c /src/main.h
parentd01574f792779667a554f26d3379935827813c19 (diff)
parentac14bcc1f12d2407516bcdfef57b2740df48381b (diff)
downloadbitcoin-5905d71fe3bb22d0111da7fb4ca8433ed54c9abf.tar.xz
Merge pull request #4170
ac14bcc small formatting, indentation and comment fixes (Philip Kaufmann)
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index d907bdbaff..5a0aedcde1 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1013,7 +1013,6 @@ public:
/** RAII wrapper for VerifyDB: Verify consistency of the block and coin databases */
class CVerifyDB {
public:
-
CVerifyDB();
~CVerifyDB();
bool VerifyDB(int nCheckLevel, int nCheckDepth);