aboutsummaryrefslogtreecommitdiffstats
path: root/ethwire/client_identity.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethwire/client_identity.go')
-rw-r--r--ethwire/client_identity.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethwire/client_identity.go b/ethwire/client_identity.go
index 4e4f854ba..ceaa9fe83 100644
--- a/ethwire/client_identity.go
+++ b/ethwire/client_identity.go
@@ -24,7 +24,7 @@ func NewSimpleClientIdentity(clientIdentifier string, version string, customIden
version: version,
customIdentifier: customIdentifier,
os: runtime.GOOS,
- implementation: "Go",
+ implementation: runtime.Version(),
}
return clientIdentity