Incoporate review feedback

This commit is contained in:
Alexander Simmerl
2018-05-23 01:53:37 +02:00
parent e11f3167ff
commit 01fd102dba
3 changed files with 13 additions and 16 deletions

View File

@ -26,9 +26,7 @@ func randPeer(ip net.IP) *peer {
},
}
p.ips = []net.IP{
ip,
}
p.ip = ip
return p
}