Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anvacaru committed Jun 3, 2024
1 parent 601622a commit 120e4a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kevm-pyk/src/kevm_pyk/kevm.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,6 @@ def _process_jumpdests(bytecode: bytes, offset: int) -> list[KToken]:
:return: A list of intToken instances representing the positions of all found jump destinations in the bytecode adjusted by the offset.
:rtype: list[KToken]
"""
i = 0
push1 = 0x60
push32 = 0x7F
jumpdest = 0x5B
Expand Down

0 comments on commit 120e4a9

Please sign in to comment.