![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
RAII wrapper for VerifyDB: Verify consistency of the block and coin databases. More...
#include <validation.h>
Public Member Functions | |
| CVerifyDB () | |
| ~CVerifyDB () | |
| bool | VerifyDB (const CChainParams &chainparams, CCoinsView *coinsview, int nCheckLevel, int nCheckDepth) |
RAII wrapper for VerifyDB: Verify consistency of the block and coin databases.
Definition at line 421 of file validation.h.
| CVerifyDB::CVerifyDB | ( | ) |
| CVerifyDB::~CVerifyDB | ( | ) |
Definition at line 3888 of file validation.cpp.
| bool CVerifyDB::VerifyDB | ( | const CChainParams & | chainparams, |
| CCoinsView * | coinsview, | ||
| int | nCheckLevel, | ||
| int | nCheckDepth | ||
| ) |
1.8.14