Skip to content

Commit

Permalink
Increase max level of the test merkle tree
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
  • Loading branch information
jimthematrix committed Sep 23, 2024
1 parent 2554636 commit 7d660d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-sdk/internal/sparse-merkle-tree/smt/smt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func (s *MerkleTreeTestSuite) TestGenerateProof() {
}

func (s *MerkleTreeTestSuite) TestVerifyProof() {
const levels = 10
const levels = 100
mt, _ := NewMerkleTree(s.db, levels)

alice := testutils.NewKeypair()
Expand Down

0 comments on commit 7d660d5

Please sign in to comment.