aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-16 04:11:05 +0800
committerobscuren <geffobscura@gmail.com>2014-09-16 04:11:05 +0800
commit399256b38403f2e95312250d49fca3cada8956b8 (patch)
tree25ee8bb6334377fb18a39463c8bd85ea7878f641 /ethereum.go
parent33a0dec8a157b9687ca6038f4deb011f3f1f7bdc (diff)
downloaddexon-399256b38403f2e95312250d49fca3cada8956b8.tar
dexon-399256b38403f2e95312250d49fca3cada8956b8.tar.gz
dexon-399256b38403f2e95312250d49fca3cada8956b8.tar.bz2
dexon-399256b38403f2e95312250d49fca3cada8956b8.tar.lz
dexon-399256b38403f2e95312250d49fca3cada8956b8.tar.xz
dexon-399256b38403f2e95312250d49fca3cada8956b8.tar.zst
dexon-399256b38403f2e95312250d49fca3cada8956b8.zip
VM execution fixes
Refactoring caused executing issues
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethereum.go b/ethereum.go
index fdfb59b09..8d62fa9f2 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -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")