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.
1 parent 258cc73 commit 14d5033Copy full SHA for 14d5033
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