Skip to content

Commit

Permalink
oops, left the <center> tag on one of the diagrams, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sammysango committed Sep 3, 2024
1 parent 6b60d15 commit cd121d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/architecture/stack/evm-state-manager/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ retrieval of data about the state of every account on the blockchain.
A Merkle tree is comprised of 'nodes' that branch off from each other. At the base is the 'root',
or state root, from which branches stem, and leaves stem from the branches.

<center class="img-large">
<div class="img-large">
<div class="mermaid-medium">
```mermaid
flowchart TD
Expand All @@ -46,7 +46,7 @@ or state root, from which branches stem, and leaves stem from the branches.
C --> F[node] & G[node]
```
</div>
</center>
</div>

Each node, regardless of type, is represented by a cryptographic hash which encodes data about its
properties — for example, the contents of your account. Each hash encodes the hashes of its child
Expand Down

0 comments on commit cd121d5

Please sign in to comment.