From 41cf2b05b670a7e974c0555230075e5ae80f15d0 Mon Sep 17 00:00:00 2001 From: Nguyen Sy Thanh Son Date: Wed, 4 Apr 2018 17:22:26 +0700 Subject: [PATCH] cmd/geth: remove relOracle variable (#16434) --- cmd/gesn/main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/gesn/main.go b/cmd/gesn/main.go index d6580904bd9d..ec899de48873 100644 --- a/cmd/gesn/main.go +++ b/cmd/gesn/main.go @@ -28,7 +28,6 @@ import ( "github.com/ethersocial/go-esn/accounts" "github.com/ethersocial/go-esn/accounts/keystore" "github.com/ethersocial/go-esn/cmd/utils" - "github.com/ethersocial/go-esn/common" "github.com/ethersocial/go-esn/console" "github.com/ethersocial/go-esn/eth" "github.com/ethersocial/go-esn/ethclient" @@ -46,8 +45,6 @@ const ( var ( // Git SHA1 commit hash of the release (set via linker flags) gitCommit = "" - // Ethereum address of the Gesn 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