From bc2f15bcca57b527da6cc3e04ea6cbebdfbf91d6 Mon Sep 17 00:00:00 2001 From: Joran Honig Date: Wed, 1 Aug 2018 14:22:30 +0200 Subject: [PATCH] Remove commented start_instruction function --- mythril/laser/ethereum/svm.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/mythril/laser/ethereum/svm.py b/mythril/laser/ethereum/svm.py index 51eeeedf..822f3362 100644 --- a/mythril/laser/ethereum/svm.py +++ b/mythril/laser/ethereum/svm.py @@ -222,16 +222,3 @@ class LaserEVM: return function 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)