mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
fix: TestGraphQLBlockSerialization (#957)
This commit is contained in:
parent
8616fc2522
commit
15e380d0dd
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue