Removed the seed peer option from start
This commit is contained in:
@ -96,7 +96,7 @@ func (s *Ethereum) AddPeer(conn net.Conn) {
|
||||
|
||||
if peer != nil {
|
||||
s.peers.PushBack(peer)
|
||||
peer.Start(false)
|
||||
peer.Start()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user