anacrolix / dht

dht is used by anacrolix/torrent, and is intended for use as a library in other projects both torrent related and otherwise
Mozilla Public License 2.0
313 stars 66 forks source link

error in Marshaling krpc.id #30

Closed Fluturenet closed 5 years ago

Fluturenet commented 5 years ago
func main() {
    var id krpc.ID
        copy(id[:],[]byte("012345678901234567890"))
        fmt.Printf("%s",bencode.MustMarshal(id))
}

I receive: li48ei49ei50ei51ei52ei53ei54ei55ei56ei57ei48ei49ei50ei51ei52ei53ei54ei55ei56ei57ee

Shouldn't be: 20:012345678901234567890

Michele

anacrolix commented 5 years ago

Yes, thanks, good catch.