We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d67222 + d9d2a4e commit 9ef90dbCopy full SHA for 9ef90db
cmd/geth/misccmd.go
@@ -117,7 +117,6 @@ func version(ctx *cli.Context) error {
117
}
118
fmt.Println("Architecture:", runtime.GOARCH)
119
fmt.Println("Protocol Versions:", eth.ProtocolVersions)
120
- fmt.Println("Network Id:", eth.DefaultConfig.NetworkId)
121
fmt.Println("Go Version:", runtime.Version())
122
fmt.Println("Operating System:", runtime.GOOS)
123
fmt.Printf("GOPATH=%s\n", os.Getenv("GOPATH"))
0 commit comments