We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33ee59 commit 19d4bfaCopy full SHA for 19d4bfa
dag/types.go
@@ -66,18 +66,6 @@ type TransmissionPacket struct {
66
Proofs map[string]*ClassicTreeBranch
67
}
68
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
81
func SetChunkSize(size int) {
82
ChunkSize = size
83
0 commit comments