Skip to content

Commit d783c70

Browse files
authored
Merge pull request #11672 from howjmay/patch-1
Use Merkle tree root be scpecific
2 parents 73f20dd + 3e37099 commit d783c70

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/scaling/zk-rollups

1 file changed

+1
-1
lines changed

src/content/developers/docs/scaling/zk-rollups/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Before accepting transactions, the operator will perform the usual checks. This
117117

118118
Once the ZK-rollup node has enough transactions, it aggregates them into a batch and compiles inputs for the proving circuit to compile into a succinct ZK-proof. This includes:
119119

120-
- A Merkle tree comprising all the transactions in the batch.
120+
- A Merkle tree root comprising all the transactions in the batch.
121121
- Merkle proofs for transactions to prove inclusion in the batch.
122122
- Merkle proofs for each sender-receiver pair in transactions to prove those accounts are part of the rollup's state tree.
123123
- A set of intermediate state roots, derived from updating the state root after applying state updates for each transaction (i.e., decreasing sender accounts and increasing receiver accounts).

0 commit comments

Comments
 (0)