Skip to content

Commit f8e1ebb

Browse files
committed
fix(specs): Propagate block.requests to the Engine API params
1 parent 397c21a commit f8e1ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_test_specs/blockchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,8 @@ def generate_block_data(
473473
requests_list = requests.requests_list
474474

475475
if block.requests is not None:
476-
# TODO: We might need to modify `requests_list` here too.
477476
header.requests_hash = Hash(Requests(requests_lists=list(block.requests)))
477+
requests_list = block.requests
478478

479479
if block.rlp_modifier is not None:
480480
# Modify any parameter specified in the `rlp_modifier` after

0 commit comments

Comments
 (0)