Skip to content

Commit

Permalink
Default to discovery v5 (ethereum#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
trianglesphere authored Feb 20, 2024
1 parent abc8821 commit 2f105f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -778,13 +778,14 @@ var (
Aliases: []string{"discv4"},
Usage: "Enables the V4 discovery mechanism",
Category: flags.NetworkingCategory,
Value: true,
Value: false,
}
DiscoveryV5Flag = &cli.BoolFlag{
Name: "discovery.v5",
Aliases: []string{"discv5"},
Usage: "Enables the experimental RLPx V5 (Topic Discovery) mechanism",
Category: flags.NetworkingCategory,
Value: true,
}
NetrestrictFlag = &cli.StringFlag{
Name: "netrestrict",
Expand Down

0 comments on commit 2f105f7

Please sign in to comment.