Connect to peer node by default

This commit is contained in:
obscuren 2014-07-07 10:52:58 +02:00
parent ec040908e9
commit 1199941475
1 changed files with 2 additions and 0 deletions

View File

@ -430,6 +430,8 @@ func (s *Ethereum) Seed() {
s.ConnectToPeer(string(body))
}
s.ConnectToPeer("54.204.10.41:30303")
}
func (s *Ethereum) peerHandler(listener net.Listener) {