Skip to content

Commit 19d4bfa

Browse files
chore: removed unused type and function
1 parent d33ee59 commit 19d4bfa

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

dag/types.go

-12
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,6 @@ type TransmissionPacket struct {
6666
Proofs map[string]*ClassicTreeBranch
6767
}
6868

69-
type testLeaf struct {
70-
data string
71-
}
72-
73-
func (l *testLeaf) Serialize() ([]byte, error) {
74-
return []byte(l.data), nil
75-
}
76-
77-
type MetaData struct {
78-
Deleted []string
79-
}
80-
8169
func SetChunkSize(size int) {
8270
ChunkSize = size
8371
}

0 commit comments

Comments
 (0)