aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-23 01:34:49 +0800
committerobscuren <geffobscura@gmail.com>2014-09-23 01:34:49 +0800
commitdf30588eb61b423a60d805b3d68d5a4e556e2a87 (patch)
treeac183aa3312a4589cb3e4995cc103cfa58ef95da /ethereum.go
parentb65f29f8faa20a93bd83c18232326c935cb16981 (diff)
parent7d08e4f7d14600ee4ed38fc9d435e9c2e0e0fdac (diff)
downloaddexon-df30588eb61b423a60d805b3d68d5a4e556e2a87.tar
dexon-df30588eb61b423a60d805b3d68d5a4e556e2a87.tar.gz
dexon-df30588eb61b423a60d805b3d68d5a4e556e2a87.tar.bz2
dexon-df30588eb61b423a60d805b3d68d5a4e556e2a87.tar.lz
dexon-df30588eb61b423a60d805b3d68d5a4e556e2a87.tar.xz
dexon-df30588eb61b423a60d805b3d68d5a4e556e2a87.tar.zst
dexon-df30588eb61b423a60d805b3d68d5a4e556e2a87.zip
Merge branch 'release/0.6.5' into develop
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum.go b/ethereum.go
index 4cf1ce9e7..79e722c26 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -25,7 +25,7 @@ import (
const (
seedTextFileUri string = "http://www.ethereum.org/servers.poc3.txt"
- seedNodeAddress = "54.76.56.74:30303"
+ seedNodeAddress = "poc-6.ethdev.com:30303"
)
var ethlogger = ethlog.NewLogger("SERV")