diff --git a/packages/group/src/index.ts b/packages/group/src/index.ts index 451b4cea4..c8f584043 100644 --- a/packages/group/src/index.ts +++ b/packages/group/src/index.ts @@ -34,7 +34,7 @@ export class Group { /** * Returns the root hash of the tree. - * @returns The root hash as a string. + * @returns The root hash as a bigint. */ public get root(): bigint { return this.leanIMT.root ? this.leanIMT.root : 0n