Add comment to compute_requests_hash

This commit is contained in:
Justin Traglia 2024-11-20 10:34:36 -06:00
parent e472afd144
commit b1c9d279bd
No known key found for this signature in database
GPG Key ID: F099C9CD25DF82A1

View File

@ -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: