mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 12:16:44 +00:00
eth: fix lint
This commit is contained in:
parent
3502150f98
commit
6bead662cb
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ type protectionCategory struct {
|
||||||
// independently selects its top-N peers per pool; the union is protected.
|
// independently selects its top-N peers per pool; the union is protected.
|
||||||
var protectionCategories = []protectionCategory{
|
var protectionCategories = []protectionCategory{
|
||||||
{func(s txtracker.PeerStats) float64 { return s.RecentFinalized }, inclusionProtectionFrac}, // Recent finalized
|
{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
|
// dropper monitors the state of the peer pool and introduces churn by
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue