minor changes

This commit is contained in:
Uttam Singh 2021-09-20 11:38:39 +05:30
parent b897d9fd64
commit 6c7a9e1c41

View file

@ -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 {