Skip to content

Commit ce5c9d3

Browse files
borayShigoto-dev19
andauthored
Update src/lib/provable/merkle-tree-indexed.ts
Co-authored-by: zkShigoto <[email protected]>
1 parent a05ee65 commit ce5c9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/provable/merkle-tree-indexed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class IndexedMerkleMapBase {
103103
}>;
104104

105105
/**
106-
* Public getter for the root that combines the the root of the indexed merkle tree and length.
106+
* Public getter for the root(commitment) that combines the the internal root of the indexed merkle tree and length.
107107
* This provides protection against a attack vector mentioned in https://github.com/o1-labs/o1js/pull/2114#issuecomment-2948339955
108108
*/
109109
get root(): Field {

0 commit comments

Comments
 (0)