From 15e380d0dd4a65eb3012fd3831257e5846cdfddb Mon Sep 17 00:00:00 2001 From: Jonas Theis <4181434+jonastheis@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:54:13 +0800 Subject: [PATCH] fix: TestGraphQLBlockSerialization (#957) --- graphql/graphql_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/graphql/graphql_test.go b/graphql/graphql_test.go index bbbb379c4c..2f108f30ae 100644 --- a/graphql/graphql_test.go +++ b/graphql/graphql_test.go @@ -437,6 +437,7 @@ func createNode(t *testing.T) *node.Node { } func newGQLService(t *testing.T, stack *node.Node, shanghai bool, gspec *core.Genesis, genBlocks int, genfunc func(i int, gen *core.BlockGen)) (*handler, []*types.Block) { + gspec.Config.Scroll.UseZktrie = true ethConf := ðconfig.Config{ Genesis: gspec, NetworkId: 1337,