mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Merge pull request #222 from chuwt/chuwt-1029
Fix default attach endpoint
This commit is contained in:
commit
7ff6869d25
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue