mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
Merge branch 'develop' into release/1.4
This commit is contained in:
commit
4b9de75623
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue