mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
Remove obsolete comment from TestSimulateV1DifficultyOverridePostMerge
Remove outdated test description for difficulty override.
This commit is contained in:
parent
dd9ea020c3
commit
9e445ae7f3
1 changed files with 0 additions and 5 deletions
|
|
@ -2745,11 +2745,6 @@ func TestSimulateV1WithdrawalsByFork(t *testing.T) {
|
|||
})
|
||||
}
|
||||
|
||||
// TestSimulateV1DifficultyOverridePostMerge checks that a difficulty block
|
||||
// override is a no-op for post-merge blocks. Applying it would set a non-zero
|
||||
// difficulty on the simulated header, which fails IsPoSHeader and routes block
|
||||
// assembly through the legacy (PoW) engine even though the block carries
|
||||
// post-merge fields, leading to a panic.
|
||||
func TestSimulateV1DifficultyOverridePostMerge(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue