Skip to content

Commit

Permalink
Revert "eth/catalyst: use block as finalization (ethereum#28000)"
Browse files Browse the repository at this point in the history
This reverts commit f64d516.
  • Loading branch information
devopsbo3 committed Nov 10, 2023
1 parent a4dafc0 commit 64c9829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/catalyst/tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (tester *FullSyncTester) Start() error {
}
// Trigger beacon sync with the provided block header as
// trusted chain head.
err := tester.api.eth.Downloader().BeaconSync(downloader.FullSync, tester.block.Header(), tester.block.Header())
err := tester.api.eth.Downloader().BeaconSync(downloader.FullSync, tester.block.Header(), nil)
if err != nil {
log.Info("Failed to beacon sync", "err", err)
}
Expand Down

0 comments on commit 64c9829

Please sign in to comment.