Merge pull request #4170

ac14bcc small formatting, indentation and comment fixes (Philip Kaufmann)
This commit is contained in:
Wladimir J. van der Laan
2014-06-11 11:30:44 +02:00
7 changed files with 22 additions and 22 deletions

View File

@@ -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);