@ -90,8 +90,8 @@ func (cl *Client) SetIPBlockList(list iplist.Ranger) {
}
func (cl *Client) PeerID() string {
func (cl *Client) PeerID() [20]byte {
return string(cl.peerID[:])
return cl.peerID
type torrentAddr string