good morning!!!!

Skip to content
Snippets Groups Projects
Commit 6a8042fe authored by meows's avatar meows Committed by Igor Mandrigin
Browse files

cmd/geth: remove network id from version cmd

It was reflective only of the Default setting,
and not chain aware.
parent 2494457f
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.
Please register or to comment