cmd/geth: remove spaces in client identifier

This commit is contained in:
Felix Lange 2015-08-12 13:32:52 +02:00
parent 05c66529b2
commit 31a2793662
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ import (
)
const (
ClientIdentifier = "Geth "
ClientIdentifier = "Geth"
Version = "1.0.1"
VersionMajor = 1
VersionMinor = 0