Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init: abort loading of blockindex in case of missing height.
If a height is missing we are facing a non-contiguous block index db, and could previously hit an assert in GetAncestor() called from BuildSkip() instead of returning an error.
- Loading branch information