mirror of https://github.com/ethereum/go-ethereum
core: fix benchmark panic (#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.pull/24692/head
parent
c40943a167
commit
195c979168
Loading…
Reference in new issue