mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +00:00
added downloading to avoid user panic (#5376)
This commit is contained in:
parent
3012bf6d3c
commit
fc766c65f3
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user