Skip to content

hotfix: patch v4 for handling rejected block deletion

Philippe Wang requested to merge v4.0.3-dev into master

Solution: Delete rejected block AND all blocks above rejected block, and reindex from there! This should not reindex more than 100 blocks at most. This is under the assumption that we never detect uncle blocks older than 100 blocks.

Merge request reports