Removed hardcoded ip
This commit is contained in:
parent
bea468f1e5
commit
d52e5f7130
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user