mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Update "Requesting parent block..." to debug level (#7508)
Co-authored-by: Nishant Das <nishdas93@gmail.com>
This commit is contained in:
parent
9434d66ad0
commit
db48e12270
@ -113,7 +113,7 @@ func (s *Service) processPendingBlocks(ctx context.Context) error {
|
||||
log.WithFields(logrus.Fields{
|
||||
"currentSlot": b.Block.Slot,
|
||||
"parentRoot": hex.EncodeToString(bytesutil.Trunc(b.Block.ParentRoot)),
|
||||
}).Info("Requesting parent block")
|
||||
}).Debug("Requesting parent block")
|
||||
parentRoots = append(parentRoots, bytesutil.ToBytes32(b.Block.ParentRoot))
|
||||
|
||||
span.End()
|
||||
|
Loading…
Reference in New Issue
Block a user