Merge pull request #125 from farazdagi/fix/restore-app-name
geth/params: status -> StatusIM
This commit is contained in:
commit
ec1440231a
|
@ -8,7 +8,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// DefaultClientIdentifier is client identifier to advertise over the network
|
// DefaultClientIdentifier is client identifier to advertise over the network
|
||||||
DefaultClientIdentifier = "status"
|
DefaultClientIdentifier = "StatusIM"
|
||||||
|
|
||||||
// DefaultIPCFile is filename of exposed IPC RPC Server
|
// DefaultIPCFile is filename of exposed IPC RPC Server
|
||||||
DefaultIPCFile = "geth.ipc"
|
DefaultIPCFile = "geth.ipc"
|
||||||
|
|
Loading…
Reference in New Issue