mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-08 21:13:46 +00:00
minor changes
This commit is contained in:
parent
b897d9fd64
commit
6c7a9e1c41
1 changed files with 1 additions and 1 deletions
|
|
@ -138,8 +138,8 @@ func remoteConsole(ctx *cli.Context) error {
|
|||
homeDir, _ := os.UserHomeDir()
|
||||
path = filepath.Join(homeDir, "/.bor/data")
|
||||
}
|
||||
endpoint = fmt.Sprintf("%s/geth.ipc", path)
|
||||
}
|
||||
endpoint = fmt.Sprintf("%s/geth.ipc", path)
|
||||
}
|
||||
client, err := dialRPC(endpoint)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue