This commit is contained in:
Justin Traglia 2024-11-19 14:33:16 -06:00
parent ac53675d24
commit 7b0b7df015
No known key found for this signature in database
GPG Key ID: F099C9CD25DF82A1

View File

@ -106,7 +106,7 @@ def get_sample_blob_tx(spec, blob_count=1, rng=random.Random(5566), is_valid_blo
def get_max_blob_count(spec):
if is_post_eip7594:
if is_post_eip7594(spec):
return spec.config.MAX_BLOBS_PER_BLOCK_EIP7594
else:
return spec.config.MAX_BLOBS_PER_BLOCK