aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-08-12 20:38:48 +0800
committerFelix Lange <fjl@twurst.com>2015-08-12 20:38:48 +0800
commit28feafe7af6e8c77da116802472ff1f103cb2779 (patch)
tree43523b75827a4d30a4b6728be3a76df23a8736d6
parent05c66529b2c22fba20c55a69c4817395c532d4c8 (diff)
parent31a2793662ea65f4e73a82340fe17b5a06a502e9 (diff)
downloaddexon-28feafe7af6e8c77da116802472ff1f103cb2779.tar
dexon-28feafe7af6e8c77da116802472ff1f103cb2779.tar.gz
dexon-28feafe7af6e8c77da116802472ff1f103cb2779.tar.bz2
dexon-28feafe7af6e8c77da116802472ff1f103cb2779.tar.lz
dexon-28feafe7af6e8c77da116802472ff1f103cb2779.tar.xz
dexon-28feafe7af6e8c77da116802472ff1f103cb2779.tar.zst
dexon-28feafe7af6e8c77da116802472ff1f103cb2779.zip
Merge pull request #1646 from fjl/fix-client-identifier
cmd/geth: remove spaces in client identifier
-rw-r--r--cmd/geth/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index 895e55b44..4905d502a 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -51,7 +51,7 @@ import (
)
const (
- ClientIdentifier = "Geth "
+ ClientIdentifier = "Geth"
Version = "1.0.1"
VersionMajor = 1
VersionMinor = 0