Self connect

This commit is contained in:
obscuren 2014-01-31 13:03:13 +01:00
parent da66eddfcc
commit 8c09602a8b
2 changed files with 0 additions and 10 deletions

View File

@ -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)
}

View File

@ -282,7 +282,6 @@ func (p *Peer) Start(seed bool) {
peerHost, _, _ := net.SplitHostPort(p.conn.LocalAddr().String())
servHost, _, _ := net.SplitHostPort(p.conn.RemoteAddr().String())
log.Println(peerHost, servHost)
if peerHost == servHost {
log.Println("Connected to self")