cmd/geth: fixed to use proper version string for output

pull/2511/head
Jeffrey Wilcke 9 years ago
parent 258cc73ea9
commit 14d5033c9d
  1. 2
      cmd/geth/main.go

@ -507,7 +507,7 @@ func gpubench(ctx *cli.Context) {
func version(c *cli.Context) {
fmt.Println(clientIdentifier)
fmt.Println("Version:", version)
fmt.Println("Version:", verString)
fmt.Println("Protocol Versions:", eth.ProtocolVersions)
fmt.Println("Network Id:", c.GlobalInt(utils.NetworkIdFlag.Name))
fmt.Println("Go Version:", runtime.Version())

Loading…
Cancel
Save