Removed hardcoded ip

poc8
obscuren 10 years ago
parent bea468f1e5
commit d52e5f7130
  1. 2
      ethereum.go

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

Loading…
Cancel
Save