Skip to content

Commit

Permalink
chore: delete residual commented code (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Oct 30, 2022
1 parent d99eb38 commit 9066d24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/inclusion/nmt_caching_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ func calculateSubTreeRoots(row [][]byte, depth int) [][]byte {
for i, rowChunk := range chunks {
tr := wrapper.NewErasuredNamespacedMerkleTree(uint64(len(row)), 0)
for _, r := range rowChunk {
// c := (i * subLeafRange) + j
tr.Push(r)
}
subTreeRoots[i] = tr.Root()
Expand Down

0 comments on commit 9066d24

Please sign in to comment.