From 8fd30116d5e322d42e97845e75d8dd643237ba74 Mon Sep 17 00:00:00 2001 From: AnilChinchawale Date: Wed, 18 Jul 2018 17:09:38 +0530 Subject: [PATCH] updated main.go --- cmd/XDC/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/XDC/main.go b/cmd/XDC/main.go index 6b8b8d1c02..bd094faf14 100644 --- a/cmd/XDC/main.go +++ b/cmd/XDC/main.go @@ -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