Skip to content

Commit 392d15f

Browse files
authored
Update execution-node.mdx
1 parent 55d4de6 commit 392d15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/technology/sequencer/execution-node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Scroll adds a few validation rules in addition to Ethereum's block validation ru
7272

7373
The Scroll execution node inherits most of Ethereum's behaviours. However, we needed to make some breaking changes to `l2geth` to enable more efficient proving. This section provides a non-exhaustive list of the modifications, along with their rationale.
7474

75-
- **State and storage tree**: Ethereum uses the MPT (Merkle-Partricia Trie) as its state and contract storage data structure. This trie's structure and the fact that it uses Keccak hash would make it prohibitively expensive for ZK circuits. `l2geth` instead uses [zkTrie](/technology/sequencer/zktrie): a binary Merkle trie with Poseidon hash for its state and contract storage.
75+
- **State and storage tree**: Ethereum uses the MPT (Merkle-Patricia Trie) as its state and contract storage data structure. This trie's structure and the fact that it uses Keccak hash would make it prohibitively expensive for ZK circuits. `l2geth` instead uses [zkTrie](/technology/sequencer/zktrie): a binary Merkle trie with Poseidon hash for its state and contract storage.
7676
- **StateAccount**: The modification of state account is described in the [Accounts and State](/technology/chain/accounts).
7777
- **EVM**: The modifications are described in the [EVM Differences from Ethereum](/technology/chain/differences)
7878
- **Transaction fees**

0 commit comments

Comments
 (0)