fix: TestGraphQLBlockSerialization (#957)

This commit is contained in:
Jonas Theis 2024-08-02 11:54:13 +08:00 committed by GitHub
parent 8616fc2522
commit 15e380d0dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) { 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 := &ethconfig.Config{ ethConf := &ethconfig.Config{
Genesis: gspec, Genesis: gspec,
NetworkId: 1337, NetworkId: 1337,