mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
fix integration unwind nil pointer (#3763)
This commit is contained in:
parent
6a345847d8
commit
8754415359
@ -1168,7 +1168,7 @@ func newSync(ctx context.Context, db kv.RwDB, miningConfig *params.MiningConfig)
|
||||
|
||||
sync, err := stages2.NewStagedSync(context.Background(), logger, db, p2p.Config{}, cfg,
|
||||
chainConfig.TerminalTotalDifficulty, sentryControlServer, tmpdir,
|
||||
nil, nil, allSn,
|
||||
&stagedsync.Notifications{}, nil, allSn,
|
||||
)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
Loading…
Reference in New Issue
Block a user