Skip to content

Commit

Permalink
Fix --networkid option of 'devp2p discv4' command. (#1212)
Browse files Browse the repository at this point in the history
This flag was added in #511, but wasn't working`. It is required for the discv4 subcommands to work properly for Celo networks.
  • Loading branch information
Or Neeman authored Nov 4, 2020
1 parent 4914a97 commit 011f74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/devp2p/discv4cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ var (
discv4Command = cli.Command{
Name: "discv4",
Usage: "Node Discovery v4 tools",
Flags: []cli.Flag{networkIdFlag},
Subcommands: []cli.Command{
discv4PingCommand,
discv4RequestRecordCommand,
Expand Down

0 comments on commit 011f74f

Please sign in to comment.