eth: fix lint

This commit is contained in:
healthykim 2026-07-02 17:15:03 +02:00
parent 3502150f98
commit 6bead662cb

View file

@ -73,7 +73,7 @@ type protectionCategory struct {
// independently selects its top-N peers per pool; the union is protected.
var protectionCategories = []protectionCategory{
{func(s txtracker.PeerStats) float64 { return s.RecentFinalized }, inclusionProtectionFrac}, // Recent finalized
{func(s txtracker.PeerStats) float64 { return s.RecentIncluded }, inclusionProtectionFrac}, // Recent included
{func(s txtracker.PeerStats) float64 { return s.RecentIncluded }, inclusionProtectionFrac}, // Recent included
}
// dropper monitors the state of the peer pool and introduces churn by