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.
2 parents e988545 + 1a86adc commit ebbe25eCopy full SHA for ebbe25e
cmd/geth/main.go
@@ -402,7 +402,7 @@ func attach(ctx *cli.Context) {
402
client, err = comms.ClientFromEndpoint(ctx.Args().First(), codec.JSON)
403
} else {
404
cfg := comms.IpcConfig{
405
- Endpoint: ctx.GlobalString(utils.IPCPathFlag.Name),
+ Endpoint: utils.IpcSocketPath(ctx),
406
}
407
client, err = comms.NewIpcClient(cfg, codec.JSON)
408
0 commit comments