Commit d52e5f71 authored by obscuren's avatar obscuren

Removed hardcoded ip

parent bea468f1
...@@ -430,8 +430,6 @@ func (s *Ethereum) Seed() { ...@@ -430,8 +430,6 @@ func (s *Ethereum) Seed() {
s.ConnectToPeer(string(body)) s.ConnectToPeer(string(body))
} }
s.ConnectToPeer("54.72.69.180: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