From ce96c73a81cdc0fce0014399b01606f464e01f77 Mon Sep 17 00:00:00 2001 From: Goran Rojovic Date: Fri, 16 Feb 2024 16:27:59 +0100 Subject: [PATCH] fix --- tests/state_test_util.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/state_test_util.go b/tests/state_test_util.go index 62aac545bc..31ee9e21bd 100644 --- a/tests/state_test_util.go +++ b/tests/state_test_util.go @@ -577,6 +577,7 @@ var Forks = map[string]*chain.Forks{ chain.London: chain.NewFork(5), }, // "London": { + // chain.EIP3607: chain.NewFork(0), // chain.Homestead: chain.NewFork(0), // chain.EIP150: chain.NewFork(0), // chain.EIP155: chain.NewFork(0),