Skip to content

Commit

Permalink
Merge pull request #703 from tjjfvi/fix-genesis-state
Browse files Browse the repository at this point in the history
fix genesis state
  • Loading branch information
Noc2 authored Sep 13, 2023
2 parents 1927720 + 2d99231 commit a4dbea3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/id-cryptography-encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -689,11 +689,11 @@ The Polkadot genesis header is a data structure conforming to block header forma
###### Table -tab-num- Table of Genesis Header Values {#tab-genesis-header-values}
| Block header field | Genesis Header Value |
|--------------------|-------------------------------------------------------------------------------------------------------------------------------------|
| `parent_hash` | *0* |
| `number` | *0* |
| `parent_hash` | $0_{\mathbb{B}_{32}}$ |
| `number` | $0$ |
| `state_root` | Merkle hash of the state storage trie ([Definition -def-num-ref-](chap-state#defn-merkle-value)) after inserting the genesis state in it. |
| `extrinsics_root` | *0* |
| `digest` | *0* |
| `extrinsics_root` | Merkle hash of an empty trie: $\text{Blake2b}{\left(0_{\mathbb{B}_1}\right)}$ |
| `digest` | $0$ |

:::

Expand Down

0 comments on commit a4dbea3

Please sign in to comment.