Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Feb 17, 2022
1 parent 8809ca0 commit 711f7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4788.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ommers = RLP([beaconStateRoot]) # in the block body
ommersHash = Keccak256(ommers) # in the block header
```

3. Add the block validation that the `ommersHash` does indeed match the expected committment given the `ommers` value.
3. Add the block validation that the `ommersHash` does indeed match the expected commitment given the `ommers` value.

### EVM changes

Expand Down

0 comments on commit 711f7b2

Please sign in to comment.