cmd, core: remove calaveras testnet (#23366)

Removes references to the short-lived Calaveras testnet
This commit is contained in:
Zachinquarantine
2021-08-17 12:43:25 -04:00
committed by GitHub
parent 6902485767
commit 85b9bdd641
10 changed files with 5 additions and 85 deletions

View File

@ -134,8 +134,6 @@ func remoteConsole(ctx *cli.Context) error {
path = filepath.Join(path, "rinkeby")
} else if ctx.GlobalBool(utils.GoerliFlag.Name) {
path = filepath.Join(path, "goerli")
} else if ctx.GlobalBool(utils.CalaverasFlag.Name) {
path = filepath.Join(path, "calaveras")
}
}
endpoint = fmt.Sprintf("%s/geth.ipc", path)