mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-16 18:39:59 +01:00
@@ -2875,6 +2875,7 @@ bool static LoadBlockIndexDB()
|
||||
|
||||
bool VerifyDB(int nCheckLevel, int nCheckDepth)
|
||||
{
|
||||
LOCK(cs_main);
|
||||
if (chainActive.Tip() == NULL || chainActive.Tip()->pprev == NULL)
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user