From 2832a8059af8d21941f6de152a48c3781e2deadb Mon Sep 17 00:00:00 2001 From: Nguyen Sy Thanh Son Date: Tue, 3 Apr 2018 16:08:53 +0700 Subject: [PATCH] geth: remove relOracle variable --- cmd/geth/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 061384d1b3..b7219f8880 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -46,8 +46,6 @@ 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