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 258cc73 + 14d5033 commit 2d7d7efCopy full SHA for 2d7d7ef
cmd/geth/main.go
@@ -507,7 +507,7 @@ func gpubench(ctx *cli.Context) {
507
508
func version(c *cli.Context) {
509
fmt.Println(clientIdentifier)
510
- fmt.Println("Version:", version)
+ fmt.Println("Version:", verString)
511
fmt.Println("Protocol Versions:", eth.ProtocolVersions)
512
fmt.Println("Network Id:", c.GlobalInt(utils.NetworkIdFlag.Name))
513
fmt.Println("Go Version:", runtime.Version())
0 commit comments