aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-19 18:35:17 +0800
committerobscuren <geffobscura@gmail.com>2014-02-19 18:35:17 +0800
commit24f2b2afc3a848190822c382e6aa31c8ab120f07 (patch)
tree827603f276bbcba1240f7f6760df48a0349f0286 /ethereum.go
parentc866fcc5b37b53e0d11c1fd7e6cb971859537f2c (diff)
downloadgo-tangerine-24f2b2afc3a848190822c382e6aa31c8ab120f07.tar
go-tangerine-24f2b2afc3a848190822c382e6aa31c8ab120f07.tar.gz
go-tangerine-24f2b2afc3a848190822c382e6aa31c8ab120f07.tar.bz2
go-tangerine-24f2b2afc3a848190822c382e6aa31c8ab120f07.tar.lz
go-tangerine-24f2b2afc3a848190822c382e6aa31c8ab120f07.tar.xz
go-tangerine-24f2b2afc3a848190822c382e6aa31c8ab120f07.tar.zst
go-tangerine-24f2b2afc3a848190822c382e6aa31c8ab120f07.zip
Running contracts fixed
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 c54303795..e3038cbf9 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -252,7 +252,7 @@ func (s *Ethereum) Start() {
if ethutil.Config.Seed {
log.Println("Seeding")
// Testnet seed bootstrapping
- resp, err := http.Get("http://www.ethereum.org/servers.poc2.txt")
+ resp, err := http.Get("http://www.ethereum.org/servers.poc3.txt")
if err != nil {
log.Println("Fetching seed failed:", err)
return