Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
adds todo
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Dec 23, 2021
1 parent bbd6c44 commit 3a62a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/fuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func Fuzz(input []byte) int {
return 0
}
smn, smv := smt.NewSimpleMap(), smt.NewSimpleMap()
tree := smt.NewSparseMerkleTree(smn, smv, sha256.New())
tree := smt.NewSparseMerkleTree(smn, smv, sha256.New(), 10) // TODO fix
r := bytes.NewReader(input)
var keys [][]byte
key := func() []byte {
Expand Down

0 comments on commit 3a62a7d

Please sign in to comment.