mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-03 06:13:31 +00:00
Add comment to compute_requests_hash
This commit is contained in:
parent
e472afd144
commit
b1c9d279bd
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user