geth/params: status -> StatusIM

This commit is contained in:
Victor Farazdagi 2017-03-18 18:21:20 +03:00
parent 053fb6b8a7
commit 704781b02f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
const (
// DefaultClientIdentifier is client identifier to advertise over the network
DefaultClientIdentifier = "status"
DefaultClientIdentifier = "StatusIM"
// DefaultIPCFile is filename of exposed IPC RPC Server
DefaultIPCFile = "geth.ipc"