Skip to content

Commit

Permalink
Update src/halmos/cheatcodes.py
Browse files Browse the repository at this point in the history
Co-authored-by: karmacoma <karma@coma.lol>
  • Loading branch information
daejunpark and karmacoma-eth committed Aug 26, 2024
1 parent 85e6b1c commit dee67e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/halmos/cheatcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ def stopPrank(self) -> bool:
return True


def symbolic_storage(ex, arg, **kwargs):
def symbolic_storage(ex, arg, sevm, stack, step_id):
account = uint160(arg.get_word(4))
account_alias = kwargs["sevm"].resolve_address_alias(
ex, account, kwargs["stack"], kwargs["step_id"], branching=False
account_alias = sevm.resolve_address_alias(
ex, account, stack, step_id, branching=False
)
ex.storage[account_alias].symbolic = True

Expand Down

0 comments on commit dee67e5

Please sign in to comment.