Skip to content

Commit bdfaa17

Browse files
committed
linter
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent ddf0c89 commit bdfaa17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/zkevm/test_worst_compute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def test_worst_ecrecover(
135135

136136

137137
def code_loop_precompile_call(calldata: Bytecode, attack_block: Bytecode):
138+
"""Create a code loop that calls a precompile with the given calldata."""
138139
# The attack contract is: JUMPDEST + [attack_block]* + PUSH0 + JUMP
139140
jumpdest = Op.JUMPDEST
140141
jump_back = Op.JUMP(len(calldata))

0 commit comments

Comments
 (0)