aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorNguyen Sy Thanh Son <thanhson1085@gmail.com>2018-04-04 18:22:26 +0800
committerFelix Lange <fjl@users.noreply.github.com>2018-04-04 18:22:26 +0800
commit2a4bd55b43df92fe2f83468656ca03199596bceb (patch)
tree1d04fd55228539bd31e00c0b88a66372af8f9a4b /cmd
parent5909482fb55095b58ff3f9d8207a4daa69defe26 (diff)
downloadgo-tangerine-2a4bd55b43df92fe2f83468656ca03199596bceb.tar
go-tangerine-2a4bd55b43df92fe2f83468656ca03199596bceb.tar.gz
go-tangerine-2a4bd55b43df92fe2f83468656ca03199596bceb.tar.bz2
go-tangerine-2a4bd55b43df92fe2f83468656ca03199596bceb.tar.lz
go-tangerine-2a4bd55b43df92fe2f83468656ca03199596bceb.tar.xz
go-tangerine-2a4bd55b43df92fe2f83468656ca03199596bceb.tar.zst
go-tangerine-2a4bd55b43df92fe2f83468656ca03199596bceb.zip
cmd/geth: remove relOracle variable (#16434)
Diffstat (limited to 'cmd')
-rw-r--r--cmd/geth/main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index 061384d1b..d94154245 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -28,7 +28,6 @@ import (
"github.com/ethereum/go-ethereum/accounts"
"github.com/ethereum/go-ethereum/accounts/keystore"
"github.com/ethereum/go-ethereum/cmd/utils"
- "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/console"
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/ethclient"
@@ -46,8 +45,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