Skip to content

Commit

Permalink
change variable scope
Browse files Browse the repository at this point in the history
  • Loading branch information
tuturu-tech committed Mar 22, 2024
1 parent c64e514 commit 713a261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz_utils/fuzzers/Medusa.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def _parse_call_object(self, call_dict: dict) -> tuple[str, str]:
time_delay = int(call_dict["blockTimestampDelay"])
block_delay = int(call_dict["blockNumberDelay"])
has_delay = time_delay > 0 or block_delay > 0
function_name: str = ""

# TODO check how Medusa handles empty calls
if "methodName" in call_dict["call"]["dataAbiValues"]:
Expand Down

0 comments on commit 713a261

Please sign in to comment.