cmd/geth: fixed to use proper version string for output
This commit is contained in:
parent
258cc73ea9
commit
14d5033c9d
@ -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…
Reference in New Issue
Block a user