Skip to content

Commit

Permalink
fix(bmt): remove dead doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mfw78 committed Jan 14, 2025
1 parent 59b2fbe commit a9746d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/bmt/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ func newNode(index int, parent *node, hasher hash.Hash) *node {
}

// newTree initialises a tree by building up the nodes of a BMT
//
// segmentSize is stipulated to be the size of the hash.
func newTree(maxsize, depth int, hashfunc func() hash.Hash) *tree {
n := newNode(0, nil, hashfunc())
prevlevel := []*node{n}
Expand Down

0 comments on commit a9746d7

Please sign in to comment.