mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 07:29:02 +00:00
parent
6d1be4af3d
commit
43da796b29
2
setup.py
2
setup.py
@ -543,7 +543,7 @@ EXECUTION_ENGINE = NoopExecutionEngine()"""
|
||||
@classmethod
|
||||
def hardcoded_custom_type_dep_constants(cls) -> str:
|
||||
constants = {
|
||||
'MAX_BYTES_PER_TRANSACTION': 'uint64(2**20)',
|
||||
'MAX_BYTES_PER_TRANSACTION': 'uint64(2**30)',
|
||||
}
|
||||
return {**super().hardcoded_custom_type_dep_constants(), **constants}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user