Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarMax committed Jun 7, 2024
1 parent 1fcf84f commit 66eefda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/kevm.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def custom_step(self, cterm: CTerm) -> KCFGExtendResult | None:
def cut_point_rules(
break_on_jumpi: bool, break_on_calls: bool, break_on_storage: bool, break_on_basic_blocks: bool
) -> list[str]:
cut_point_rules = []#['EVM.program.load']
cut_point_rules = [] # ['EVM.program.load']
if break_on_jumpi:
cut_point_rules.extend(['EVM.jumpi.true', 'EVM.jumpi.false'])
if break_on_basic_blocks:
Expand Down

0 comments on commit 66eefda

Please sign in to comment.