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,