mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-01 05:14:49 +00:00
Merge pull request #2701 from ethereum/ralexstokes-patch-1
Update max transaction size in setup.py
This commit is contained in:
commit
7f35777890
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