diff options
author | obscuren <geffobscura@gmail.com> | 2014-01-31 20:03:13 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-01-31 20:03:13 +0800 |
commit | 8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844 (patch) | |
tree | bcd14303c070355d353b80c7b6f5f255581ebb7c /ethereum.go | |
parent | da66eddfccf86eb5dc036e023ddc2e0278105706 (diff) | |
download | go-tangerine-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.tar go-tangerine-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.tar.gz go-tangerine-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.tar.bz2 go-tangerine-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.tar.lz go-tangerine-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.tar.xz go-tangerine-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.tar.zst go-tangerine-8c09602a8b6dead7e03d0d4b9fe61cbd02d8a844.zip |
Self connect
Diffstat (limited to 'ethereum.go')
-rw-r--r-- | ethereum.go | 9 |
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) } |