Skip to content

Commit

Permalink
7685: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient authored Sep 26, 2024
1 parent b102f1a commit 5c0cbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7685.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Extend the header with a new 32 byte value `requests_hash`:

```python
def compute_requests_hash(list):
return keccak256(rlp.encode([ rlp.encode(req) for req in list]))
return keccak256(rlp.encode([rlp.encode(req) for req in list]))

block.header.requests_root = compute_trie_root_from_indexed_data(block.body.requests)
```
Expand Down

0 comments on commit 5c0cbec

Please sign in to comment.