Skip to content

Commit

Permalink
Merge pull request #20385 from etclabscore/fix/version-cmd-networkid
Browse files Browse the repository at this point in the history
cmd/geth: remove network id from version cmd
  • Loading branch information
karalabe authored Nov 25, 2019
2 parents 9d67222 + d9d2a4e commit 9ef90db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/geth/misccmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ func version(ctx *cli.Context) error {
}
fmt.Println("Architecture:", runtime.GOARCH)
fmt.Println("Protocol Versions:", eth.ProtocolVersions)
fmt.Println("Network Id:", eth.DefaultConfig.NetworkId)
fmt.Println("Go Version:", runtime.Version())
fmt.Println("Operating System:", runtime.GOOS)
fmt.Printf("GOPATH=%s\n", os.Getenv("GOPATH"))
Expand Down

0 comments on commit 9ef90db

Please sign in to comment.