Skip to content

Commit

Permalink
remove noisy log
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Nov 13, 2024
1 parent b113555 commit 81cf689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2p/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ func (c *conn) handleNewBlockHashes(ctx context.Context, msg ethp2p.Msg) error {

// Check if we've seen the hash and remove old entries
if c.hasSeenBlockHash(hash) {
c.logger.Info().Str("hash", hash.Hex()).Msg("Skipping duplicate block hash")
continue
}

Expand Down

0 comments on commit 81cf689

Please sign in to comment.