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.
1 parent 83ed7e0 commit 305c10aCopy full SHA for 305c10a
tests/zkevm/test_worst_stateful_opcodes.py
@@ -489,7 +489,7 @@ def test_worst_selfdestruct_existing(
489
pre: Alloc,
490
value_bearing: bool,
491
):
492
- """Test running a block with as SELFDESTRUCT calls as possible for existing contracts."""
+ """Test running a block with as many SELFDESTRUCTs as possible for existing contracts."""
493
env = Environment(gas_limit=100_000_000_000)
494
attack_gas_limit = Environment().gas_limit
495
0 commit comments