Remove obsolete comment from TestSimulateV1DifficultyOverridePostMerge

Remove outdated test description for difficulty override.
This commit is contained in:
Manuel Arto 2026-06-27 11:24:35 +02:00 committed by GitHub
parent dd9ea020c3
commit 9e445ae7f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()