added downloading to avoid user panic (#5376)

This commit is contained in:
Enrique Jose Avila Asapche 2022-09-15 17:57:37 +03:00 committed by GitHub
parent 3012bf6d3c
commit fc766c65f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,7 +304,7 @@ func startHandlingForkChoice(
} }
if header == nil { if header == nil {
log.Info(fmt.Sprintf("[%s] Fork choice missing header with hash %x", s.LogPrefix(), headerHash)) log.Info(fmt.Sprintf("[%s] Fork choice downloading missing header with hash %x", s.LogPrefix(), headerHash))
if test { if test {
cfg.hd.BeaconRequestList.Remove(requestId) cfg.hd.BeaconRequestList.Remove(requestId)
} else { } else {