Commit 11999414 authored by obscuren's avatar obscuren

Connect to peer node by default

parent ec040908
...@@ -430,6 +430,8 @@ func (s *Ethereum) Seed() { ...@@ -430,6 +430,8 @@ func (s *Ethereum) Seed() {
s.ConnectToPeer(string(body)) s.ConnectToPeer(string(body))
} }
s.ConnectToPeer("54.204.10.41:30303")
} }
func (s *Ethereum) peerHandler(listener net.Listener) { func (s *Ethereum) peerHandler(listener net.Listener) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment