Pass check level, check depth to VerifyDB()

This commit is contained in:
Jeff Garzik
2013-06-19 11:32:49 -04:00
parent 25dbb92860
commit 168ba99392
3 changed files with 5 additions and 5 deletions

View File

@@ -146,7 +146,7 @@ bool LoadBlockIndex();
/** Unload database information */
void UnloadBlockIndex();
/** Verify consistency of the block and coin databases */
bool VerifyDB();
bool VerifyDB(int nCheckLevel, int nCheckDepth);
/** Print the loaded block tree */
void PrintBlockTree();
/** Find a block by height in the currently-connected chain */