Refactoring RlpValue => Value

This commit is contained in:
obscuren
2014-02-13 15:12:16 +01:00
parent 67de76c217
commit c2fb9f06ad
2 changed files with 83 additions and 45 deletions

View File

@ -247,6 +247,7 @@ func (s *Ethereum) Start() {
s.TxPool.Start()
if ethutil.Config.Seed {
log.Println("Seeding")
// Testnet seed bootstrapping
resp, err := http.Get("http://www.ethereum.org/servers.poc2.txt")
if err != nil {