![]() |
Fabcoin Core
0.16.2
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 (const CChainParams &chainparams, CCoinsView *coinsview, int nCheckLevel, int nCheckDepth) |
RAII wrapper for VerifyDB: Verify consistency of the block and coin databases.
Definition at line 619 of file validation.h.
| CVerifyDB::CVerifyDB | ( | ) |
| CVerifyDB::~CVerifyDB | ( | ) |
Definition at line 4705 of file validation.cpp.
| bool CVerifyDB::VerifyDB | ( | const CChainParams & | chainparams, |
| CCoinsView * | coinsview, | ||
| int | nCheckLevel, | ||
| int | nCheckDepth | ||
| ) |
Definition at line 4710 of file validation.cpp.
1.8.11