[#82] object: Erase field Signature from ECHeader v2 type

* The field `Signature` is not used and should be factored out.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
Airat Arifullin 2024-05-08 15:07:13 +03:00
parent bc7b49eed2
commit 063ce11c24

View file

@ -47,7 +47,6 @@ type ECHeader struct {
Total uint32
Header []byte
HeaderLength uint32
Signature []byte
}
type Header struct {