diff --git a/cmd/geth/consolecmd.go b/cmd/geth/consolecmd.go index 75f9a82aa8..3937da3032 100644 --- a/cmd/geth/consolecmd.go +++ b/cmd/geth/consolecmd.go @@ -139,7 +139,7 @@ func remoteConsole(ctx *cli.Context) error { path = filepath.Join(homeDir, "/.bor/data") } } - endpoint = fmt.Sprintf("%s/geth.ipc", path) + endpoint = fmt.Sprintf("%s/bor.ipc", path) } client, err := dialRPC(endpoint) if err != nil {