VM execution fixes

Refactoring caused executing issues
This commit is contained in:
obscuren
2014-09-15 22:11:05 +02:00
parent 33a0dec8a1
commit 399256b384
7 changed files with 57 additions and 51 deletions

View File

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