mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-15 01:04:11 +00:00
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…
x
Reference in New Issue
Block a user