Merge pull request #125 from farazdagi/fix/restore-app-name

geth/params: status -> StatusIM
This commit is contained in:
Roman Volosovskyi 2017-03-18 17:22:57 +02:00 committed by GitHub
commit ec1440231a
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"