![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
RAII wrapper for VerifyDB: Verify consistency of the block and coin databases. More...
#include <validation.h>
Public Member Functions | |
| CVerifyDB (kernel::Notifications ¬ifications) | |
| ~CVerifyDB () | |
| VerifyDBResult | VerifyDB (Chainstate &chainstate, const Consensus::Params &consensus_params, CCoinsView &coinsview, int nCheckLevel, int nCheckDepth) EXCLUSIVE_LOCKS_REQUIRED(cs_main) |
Private Attributes | |
| kernel::Notifications & | m_notifications |
RAII wrapper for VerifyDB: Verify consistency of the block and coin databases.
Definition at line 435 of file validation.h.
|
explicit |
| CVerifyDB::~CVerifyDB | ( | ) |
Definition at line 4638 of file validation.cpp.
|
nodiscard |
Definition at line 4643 of file validation.cpp.
|
private |
Definition at line 438 of file validation.h.