Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix blockstore_processor::load_frozen_forks() halt_at_slot behavior II (
#28367) PR #28317 previously attempted to fix a case where blockstore processing would create children banks for slots past the halt_at_slot. However, the previous fix didn't handle the case where a slot could be strictly less than the halt_at_slot, but have children that were greater than the halt_at_slot. For example, this could happen if a child of slot S is S+n where n > 1. Thus, this change covers our processing logic to cover this second case as well.
- Loading branch information