We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571628a commit 856f807Copy full SHA for 856f807
cmd/geth/config.go
@@ -132,7 +132,7 @@ func defaultNodeConfig() node.Config {
132
cfg.Version = version.WithCommit(git.Commit, git.Date)
133
cfg.HTTPModules = append(cfg.HTTPModules, "eth")
134
cfg.WSModules = append(cfg.WSModules, "eth")
135
- cfg.IPCPath = "geth.ipc"
+ cfg.IPCPath = clientIdentifier + ".ipc"
136
return cfg
137
}
138
0 commit comments