![]() |
Bitcoin Core
24.1.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 (Chainstate &chainstate, const Consensus::Params &consensus_params, 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 350 of file validation.h.
| CVerifyDB::CVerifyDB | ( | ) |
| CVerifyDB::~CVerifyDB | ( | ) |
Definition at line 3959 of file validation.cpp.
| bool CVerifyDB::VerifyDB | ( | Chainstate & | chainstate, |
| const Consensus::Params & | consensus_params, | ||
| CCoinsView & | coinsview, | ||
| int | nCheckLevel, | ||
| int | nCheckDepth | ||
| ) |
Definition at line 3964 of file validation.cpp.
1.8.14