Skip to content

Commit

Permalink
cmd/geth: remove relOracle variable (ethereum#16434)
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 authored and kimmyeonghun committed Jul 2, 2018
1 parent aa426f3 commit 41cf2b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/gesn/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 41cf2b0

Please sign in to comment.