Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: fix benchmark panic (ethereum#24657)
This PR fixes a few panics in the chain marker benchmarks. The root cause for panic is in chain marker the genesis header/block is not accessible, while it's expected to be obtained in tests. So this PR avoids touching genesis header at all to avoid panic.
- Loading branch information