fix graphql test

This commit is contained in:
Sina Mahmoodi 2024-01-04 16:32:53 +03:30
parent 5ed995837d
commit 2b1cf221c4

View file

@ -452,6 +452,7 @@ func newGQLService(t *testing.T, stack *node.Node, shanghai bool, gspec *core.Ge
TrieDirtyCache: 5,
TrieTimeout: 60 * time.Minute,
SnapshotCache: 5,
RPCGasCap: 1000000,
}
var engine consensus.Engine = ethash.NewFaker()
if shanghai {