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 f2575f2 commit 531e16eCopy full SHA for 531e16e
packages/group/src/group.ts
@@ -20,7 +20,7 @@ export default class Group {
20
}
21
22
this._id = id
23
- this.merkleTree = new IncrementalMerkleTree(poseidon2, treeDepth, hash(id), 2, members)
+ this.merkleTree = new IncrementalMerkleTree(poseidon2, treeDepth, hash(id), 2, members.map(BigInt))
24
25
26
/**
0 commit comments