aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-05-10 14:54:20 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-06-10 18:23:56 +0200
commitac14bcc1f12d2407516bcdfef57b2740df48381b (patch)
tree1f9164b9aea8f3e4740886d9cfbe2047299307a2 /src/main.h
parent3d7399cb171c2468b81a9179cb04358c56b4c7c4 (diff)
downloadbitcoin-ac14bcc1f12d2407516bcdfef57b2740df48381b.tar.xz
small formatting, indentation and comment fixes
- contains zero code changes
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 4ef3800084..e0cbbd25c3 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1019,7 +1019,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);