good morning!!!!

Skip to content
Snippets Groups Projects
Commit 14d5033c authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

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

parent 258cc73e
No related branches found
No related tags found
No related merge requests found
......@@ -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())
......
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