chain: Add assertion in case of missing records in index db
This commit is contained in:
parent
5c7df7022b
commit
84c13e759d
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ CBlockIndex* CBlockIndex::GetAncestor(int height)
|
|||
pindexWalk = pindexWalk->pskip;
|
||||
heightWalk = heightSkip;
|
||||
} else {
|
||||
assert(pindexWalk->pprev);
|
||||
pindexWalk = pindexWalk->pprev;
|
||||
heightWalk--;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue