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 a05ee65 commit ce5c9d3Copy full SHA for ce5c9d3
src/lib/provable/merkle-tree-indexed.ts
@@ -103,7 +103,7 @@ class IndexedMerkleMapBase {
103
}>;
104
105
/**
106
- * Public getter for the root that combines the the root of the indexed merkle tree and length.
+ * Public getter for the root(commitment) that combines the the internal root of the indexed merkle tree and length.
107
* This provides protection against a attack vector mentioned in https://github.com/o1-labs/o1js/pull/2114#issuecomment-2948339955
108
*/
109
get root(): Field {
0 commit comments