Skip to content

Commit bc101b7

Browse files
committed
Increased tree height of block hash tree
1 parent 088672e commit bc101b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/protocol/src/prover/block/accummulators/BlockHashMerkleTree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createMerkleTree } from "@proto-kit/common";
22
import { Bool, Field, Poseidon, Provable, Struct } from "o1js";
33

4-
export class BlockHashMerkleTree extends createMerkleTree(16) {}
4+
export class BlockHashMerkleTree extends createMerkleTree(40) {}
55
export class BlockHashMerkleTreeWitness extends BlockHashMerkleTree.WITNESS {}
66

77
export class BlockHashTreeEntry extends Struct({

0 commit comments

Comments
 (0)