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.
None
1 parent 676d87f commit 08c421cCopy full SHA for 08c421c
tests/zkevm/test_worst_bytecode.py
@@ -69,7 +69,7 @@ def test_worst_bytecode_single_opcode(
69
# but also the quadratic memory expansion costs which have to be paid each time the
70
# memory is being setup
71
attack_gas_limit = 100_000_000
72
- max_contract_size = fork.max_code_size() or 24 * 1024 # Uses Spurious Dragon limit by default
+ max_contract_size = fork.max_code_size()
73
74
gas_costs = fork.gas_costs()
75
0 commit comments