Removed the seed peer option from start

This commit is contained in:
obscuren
2014-02-02 19:46:37 +01:00
parent 48b41862ef
commit f4a96ca588
2 changed files with 3 additions and 16 deletions

View File

@ -96,7 +96,7 @@ func (s *Ethereum) AddPeer(conn net.Conn) {
if peer != nil {
s.peers.PushBack(peer)
peer.Start(false)
peer.Start()
}
}