From 4536b993ff6a5b3751f59b52744078e150296654 Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Mon, 2 May 2016 15:29:55 +0300 Subject: cmd/geth, release: polish and deploy live release contract --- cmd/geth/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/geth/main.go b/cmd/geth/main.go index a023497a7..42ce761d8 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -53,7 +53,7 @@ const ( versionPatch = 0 // Patch version component of the current release versionMeta = "unstable" // Version metadata to append to the version string - versionOracle = "0x48a117313039b73ab02fb9f73e04a66defe123ec" // Ethereum address of the Geth release oracle + versionOracle = "0xfa7b9770ca4cb04296cac84f37736d4041251cdf" // Ethereum address of the Geth release oracle ) var ( -- cgit