mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
Updated peer server
This commit is contained in:
parent
6cb35836a2
commit
794e65b60e
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ func (s *Ethereum) Seed() {
|
|||
s.ConnectToPeer(string(body))
|
||||
}
|
||||
|
||||
s.ConnectToPeer("54.204.10.41:30303")
|
||||
s.ConnectToPeer("54.72.69.180:30303")
|
||||
}
|
||||
|
||||
func (s *Ethereum) peerHandler(listener net.Listener) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue