From fc766c65f398dd777563ea07f4d8ee77d22b172c Mon Sep 17 00:00:00 2001 From: Enrique Jose Avila Asapche Date: Thu, 15 Sep 2022 17:57:37 +0300 Subject: [PATCH] added downloading to avoid user panic (#5376) --- eth/stagedsync/stage_headers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/stagedsync/stage_headers.go b/eth/stagedsync/stage_headers.go index 5b7c56d0d..013e3d2bf 100644 --- a/eth/stagedsync/stage_headers.go +++ b/eth/stagedsync/stage_headers.go @@ -304,7 +304,7 @@ func startHandlingForkChoice( } 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 { cfg.hd.BeaconRequestList.Remove(requestId) } else {