diff --git a/core/state_processor_test.go b/core/state_processor_test.go index 92b7224f3e..ed7f124000 100644 --- a/core/state_processor_test.go +++ b/core/state_processor_test.go @@ -494,5 +494,4 @@ func TestEIP7623(t *testing.T) { t.Fatalf("invalid normal gas cost in test %v want %v got %v", i, test.gas7623, haveGas7623) } } - }