mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
fix graphql test
This commit is contained in:
parent
5ed995837d
commit
2b1cf221c4
1 changed files with 1 additions and 0 deletions
|
|
@ -452,6 +452,7 @@ func newGQLService(t *testing.T, stack *node.Node, shanghai bool, gspec *core.Ge
|
||||||
TrieDirtyCache: 5,
|
TrieDirtyCache: 5,
|
||||||
TrieTimeout: 60 * time.Minute,
|
TrieTimeout: 60 * time.Minute,
|
||||||
SnapshotCache: 5,
|
SnapshotCache: 5,
|
||||||
|
RPCGasCap: 1000000,
|
||||||
}
|
}
|
||||||
var engine consensus.Engine = ethash.NewFaker()
|
var engine consensus.Engine = ethash.NewFaker()
|
||||||
if shanghai {
|
if shanghai {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue