Skip to content

Commit

Permalink
Corrected (#765)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Willmore <95916148+jlwllmr@users.noreply.github.com>
  • Loading branch information
intls and jlwllmr authored Oct 7, 2024
1 parent 2bb7ee1 commit 0ba2fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/stack/evm-state-manager/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ These operations are applied to two trees; [world state](#world-state) and [acco

The world state tree maps all accounts that exist on the blockchain—contracts and externally-owned
accounts (EOAs)—and points towards the account storage state for each. While on Ethereum Mainnet,
this data is stored in a standard trie, Linea uses the the accumulator to map accounts as key:value
this data is stored in a standard trie, Linea uses the accumulator to map accounts as key:value
pairs. Otherwise, the implementation is similar to the EVM.

Their structure is as follows:
Expand Down

0 comments on commit 0ba2fc9

Please sign in to comment.