mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
committed by
prylabs-bulldozer[bot]
parent
d8d9f4482f
commit
d0793f00c5
@@ -115,10 +115,11 @@ func (s *Service) Start() {
|
||||
return
|
||||
}
|
||||
s.waitForMinimumPeers()
|
||||
if err := s.roundRobinSync(genesis); err == nil {
|
||||
log.Infof("Synced up to slot %d", s.chain.HeadSlot())
|
||||
s.synced = true
|
||||
if err := s.roundRobinSync(genesis); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
log.Infof("Synced up to slot %d", s.chain.HeadSlot())
|
||||
s.synced = true
|
||||
}
|
||||
|
||||
// Stop initial sync.
|
||||
|
||||
Reference in New Issue
Block a user