![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
RAII wrapper for VerifyDB: Verify consistency of the block and coin databases. More...
#include <validation.h>
Public Member Functions | |
CVerifyDB () | |
~CVerifyDB () | |
bool | VerifyDB (CChainState &chainstate, const CChainParams &chainparams, CCoinsView &coinsview, int nCheckLevel, int nCheckDepth) EXCLUSIVE_LOCKS_REQUIRED(cs_main) |
RAII wrapper for VerifyDB: Verify consistency of the block and coin databases.
Definition at line 333 of file validation.h.
CVerifyDB::CVerifyDB | ( | ) |
CVerifyDB::~CVerifyDB | ( | ) |
Definition at line 3773 of file validation.cpp.
bool CVerifyDB::VerifyDB | ( | CChainState & | chainstate, |
const CChainParams & | chainparams, | ||
CCoinsView & | coinsview, | ||
int | nCheckLevel, | ||
int | nCheckDepth | ||
) |
Definition at line 3778 of file validation.cpp.