diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 061384d1b3..acd62b647e 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -46,8 +46,7 @@ const ( var ( // Git SHA1 commit hash of the release (set via linker flags) gitCommit = "" - // Ethereum address of the Geth release oracle. - relOracle = common.HexToAddress("0xfa7b9770ca4cb04296cac84f37736d4041251cdf") + // The app that holds all commands and flags. app = utils.NewApp(gitCommit, "the go-ethereum command line interface") // flags that configure the node