Skip to content

Commit

Permalink
waitForChainStart: Remove chainIsStarted check.
Browse files Browse the repository at this point in the history
  • Loading branch information
nalepae committed Jul 29, 2024
1 parent 066e143 commit 46a1c6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions beacon-chain/sync/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,6 @@ func (s *Service) initCaches() {
}

func (s *Service) waitForChainStart() {
if s.chainIsStarted() {
return
}

clock, err := s.clockWaiter.WaitForClock(s.ctx)
if err != nil {
Expand Down

0 comments on commit 46a1c6a

Please sign in to comment.