geth/params: status -> StatusIM
This commit is contained in:
parent
053fb6b8a7
commit
704781b02f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue