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 01fdce0 commit 617f69fCopy full SHA for 617f69f
crypto/merklearray/merkle.go
@@ -33,7 +33,7 @@ const (
33
34
// MaxNumLeavesOnEncodedTree is the maximum number of leaves allowed for a tree which
35
// is being encoded (either by msbpack or by the fixed length encoding)
36
- MaxNumLeavesOnEncodedTree = 65536 // 2^MaxEncodedTreeDepth
+ MaxNumLeavesOnEncodedTree = 1 << MaxEncodedTreeDepth
37
)
38
39
// Merkle tree errors
0 commit comments