require 5 for post

This commit is contained in:
obscuren
2014-09-16 11:35:26 +02:00
parent 399256b384
commit d02024929a
2 changed files with 8 additions and 6 deletions

View File

@ -23,8 +23,7 @@ import (
const (
seedTextFileUri string = "http://www.ethereum.org/servers.poc3.txt"
//seedNodeAddress = "54.76.56.74:30303"
seedNodeAddress = "localhost:30303"
seedNodeAddress = "54.76.56.74:30303"
)
var ethlogger = ethlog.NewLogger("SERV")