mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-04 02:23:48 +00:00
Removed hardcoded ip
This commit is contained in:
parent
bea468f1e5
commit
d52e5f7130
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue