mirror of https://github.com/status-im/op-geth.git
Merge pull request #1646 from fjl/fix-client-identifier
cmd/geth: remove spaces in client identifier
This commit is contained in:
commit
28feafe7af
|
@ -51,7 +51,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ClientIdentifier = "Geth "
|
ClientIdentifier = "Geth"
|
||||||
Version = "1.0.1"
|
Version = "1.0.1"
|
||||||
VersionMajor = 1
|
VersionMajor = 1
|
||||||
VersionMinor = 0
|
VersionMinor = 0
|
||||||
|
|
Loading…
Reference in New Issue