diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-05-02 20:29:55 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-05-02 21:20:58 +0800 |
commit | 4536b993ff6a5b3751f59b52744078e150296654 (patch) | |
tree | 3173d43775195e3055c5553ec54b5bb6012b86c7 /cmd | |
parent | 586eddfd09558bfd71f23c2e50c270d2ca665d49 (diff) | |
download | go-tangerine-4536b993ff6a5b3751f59b52744078e150296654.tar.gz go-tangerine-4536b993ff6a5b3751f59b52744078e150296654.tar.zst go-tangerine-4536b993ff6a5b3751f59b52744078e150296654.zip |
cmd/geth, release: polish and deploy live release contract
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/geth/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |