mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-09 09:14:32 +00:00
Fix bug
This commit is contained in:
parent
ac53675d24
commit
7b0b7df015
@ -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):
|
def get_max_blob_count(spec):
|
||||||
if is_post_eip7594:
|
if is_post_eip7594(spec):
|
||||||
return spec.config.MAX_BLOBS_PER_BLOCK_EIP7594
|
return spec.config.MAX_BLOBS_PER_BLOCK_EIP7594
|
||||||
else:
|
else:
|
||||||
return spec.config.MAX_BLOBS_PER_BLOCK
|
return spec.config.MAX_BLOBS_PER_BLOCK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user