mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
e3: to fix integration tests (#6649)
This commit is contained in:
parent
2a9ae52c9e
commit
03e62dce1a
@ -244,7 +244,7 @@ func MockWithEverything(t *testing.T, gspec *core.Genesis, key *ecdsa.PrivateKey
|
||||
var agg *libstate.AggregatorV3
|
||||
if cfg.HistoryV3 {
|
||||
dir.MustExist(dirs.SnapHistory)
|
||||
agg, err = libstate.NewAggregator22(ctx, dirs.SnapHistory, dirs.Tmp, 16, db)
|
||||
agg, err = libstate.NewAggregator22(ctx, dirs.SnapHistory, dirs.Tmp, ethconfig.HistoryV3AggregationStep, db)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user