mirror of https://github.com/status-im/op-geth.git
cmd/geth: remove spaces in client identifier
This commit is contained in:
parent
05c66529b2
commit
31a2793662
|
@ -51,7 +51,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
ClientIdentifier = "Geth "
|
||||
ClientIdentifier = "Geth"
|
||||
Version = "1.0.1"
|
||||
VersionMajor = 1
|
||||
VersionMinor = 0
|
||||
|
|
Loading…
Reference in New Issue