updated main.go

This commit is contained in:
AnilChinchawale 2018-07-18 17:09:38 +05:30
parent 371faaa2e5
commit 8fd30116d5

View file

@ -47,8 +47,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