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 d52a693 + 2d7d7ef commit 4b9de75Copy full SHA for 4b9de75
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