good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit d9d2a4ee authored by meows's avatar meows
Browse files

cmd/geth: remove network id from version cmd

It was reflective only of the Default setting,
and not chain aware.
parent 9d67222f
No related branches found
No related tags found
No related merge requests found
......@@ -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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment