aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-01-31 20:03:13 +0800
committerobscuren <geffobscura@gmail.com>2014-01-31 20:03:13 +0800
commit8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844 (patch)
treebcd14303c070355d353b80c7b6f5f255581ebb7c /ethereum.go
parentda66eddfccf86eb5dc036e023ddc2e0278105706 (diff)
downloaddexon-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.tar
dexon-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.tar.gz
dexon-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.tar.bz2
dexon-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.tar.lz
dexon-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.tar.xz
dexon-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.tar.zst
dexon-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.zip
Self connect
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/ethereum.go b/ethereum.go
index b9fc94d50..0137f68de 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -187,15 +187,6 @@ func (s *Ethereum) Start() {
// This is mainly for testing to create a "network"
if ethutil.Config.Debug {
log.Println("Connection listening disabled. Acting as client")
-
- /*
- err = s.ConnectToPeer("localhost:12345")
- if err != nil {
- log.Println("Error starting ethereum", err)
-
- s.Stop()
- }
- */
} else {
log.Fatal(err)
}