From 5fde77f70059b0ab2be00d57bdcfb8b1736f17b9 Mon Sep 17 00:00:00 2001 From: Steve Goodman <39279277+stoobie@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:40:22 +0300 Subject: [PATCH] Update components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/header.adoc --- .../pages/Network_Architecture/header.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/header.adoc b/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/header.adoc index 03c06c9f8d..60047576b3 100644 --- a/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/header.adoc +++ b/components/Starknet/modules/architecture_and_concepts/pages/Network_Architecture/header.adoc @@ -18,7 +18,7 @@ A Starknet block is a list of transactions and a block header that contains the |`transaction_count` | `Integer` | The number of transactions in the block. | `transaction_commitment` | `FieldElement` | A commitment to the transactions included in the block. -The root of a height-64 binary Merkle Patricia trie. The leaf at index stem:[$i$] corresponds to stem:[$${h(\text{transaction_hash}, \text{signature})}$$] if the stem:[$i'th$] transaction is an `INVOKE` transaction and stem:[$h(0,0)$] otherwise. +The root of a height-64 binary Merkle Patricia trie. The leaf at index stem:[$i$] corresponds to stem:[$${h(\text{transaction_hash}, \text{signature})}$$]. |`event_count` | `Integer` | The number of events in the block. | `event_commitment` | `FieldElement` | A commitment to the events produced in the block.