From 9e445ae7f3d2b6bfae96bf41f581c64535f0b96c Mon Sep 17 00:00:00 2001 From: Manuel Arto <43347768+manusw7@users.noreply.github.com> Date: Sat, 27 Jun 2026 11:24:35 +0200 Subject: [PATCH] Remove obsolete comment from TestSimulateV1DifficultyOverridePostMerge Remove outdated test description for difficulty override. --- internal/ethapi/api_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/internal/ethapi/api_test.go b/internal/ethapi/api_test.go index 6087de9c3d..53a98fcf67 100644 --- a/internal/ethapi/api_test.go +++ b/internal/ethapi/api_test.go @@ -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()