Skip to content

Commit

Permalink
Add comment to compute_requests_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Nov 20, 2024
1 parent e472afd commit b1c9d27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def compute_trie_root_from_indexed_data(data):
return t.root_hash


# https://eips.ethereum.org/EIPS/eip-7685
def compute_requests_hash(block_requests):
m = sha256()
for r in block_requests:
Expand Down

0 comments on commit b1c9d27

Please sign in to comment.