Remove commented start_instruction function

pull/404/head
Joran Honig 6 years ago
parent 57377799a6
commit bc2f15bcca
  1. 13
      mythril/laser/ethereum/svm.py

@ -222,16 +222,3 @@ class LaserEVM:
return function return function
return hook_decorator return hook_decorator
# def start_transaction(self, type, world_state, account, caller,
# call_data, gas_price, call_value, origin, call_data_type):
# environment = Environment(
# account,
# caller,
# call_data,
# gas_price,
# call_value,
# origin,
# call_data_type,
# )
# new_node = Node(environment.active_account.contract_name)

Loading…
Cancel
Save