Reduce log message

This commit is contained in:
Jim McDonald 2021-02-01 16:11:13 +00:00
parent 1ec2f4e4a9
commit 05e5464948
No known key found for this signature in database
GPG Key ID: 89CEB61B2AD2A5E7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ func (s *Service) HandleHeadEvent(event *api.Event) {
// for the purposes of this function, so ignore them.
if !bytes.Equal(s.lastBlockRoot[:], zeroRoot[:]) &&
bytes.Equal(s.lastBlockRoot[:], data.Block[:]) {
log.Info().Msg("Synthetic head event; ignoring")
log.Trace().Msg("Synthetic head event; ignoring")
return
}
s.lastBlockRoot = data.Block