We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0b7df commit 5753be7Copy full SHA for 5753be7
tests/core/pyspec/eth2spec/test/helpers/fork_choice.py
@@ -178,7 +178,7 @@ def add_block(spec,
178
179
# Check blob_data
180
if blob_data is not None:
181
- blobs = spec.List[spec.Blob, spec.config.MAX_BLOB_COMMITMENTS_PER_BLOCK](blob_data.blobs)
+ blobs = spec.List[spec.Blob, spec.MAX_BLOB_COMMITMENTS_PER_BLOCK](blob_data.blobs)
182
blobs_root = blobs.hash_tree_root()
183
yield get_blobs_file_name(blobs_root=blobs_root), blobs
184
0 commit comments