mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-11 14:26:45 +00:00
Connect to peer node by default
This commit is contained in:
parent
ec040908e9
commit
1199941475
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user