diff options
author | obscuren <geffobscura@gmail.com> | 2014-02-19 18:35:17 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-02-19 18:35:17 +0800 |
commit | 24f2b2afc3a848190822c382e6aa31c8ab120f07 (patch) | |
tree | 827603f276bbcba1240f7f6760df48a0349f0286 /ethereum.go | |
parent | c866fcc5b37b53e0d11c1fd7e6cb971859537f2c (diff) | |
download | go-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.go | 2 |
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 |