Remove the annotation removal

pull/919/head
Nikhil Parasaram 6 years ago
parent 931432ad85
commit 228ea789ed
  1. 1
      mythril/analysis/modules/state_change_external_calls.py

@ -148,7 +148,6 @@ class StateChange(DetectionModule):
if not annotation.state_change_states:
continue
vulnerabilities.append(annotation.get_issue(global_state))
global_state.annotations.remove(annotation)
return vulnerabilities
@staticmethod

Loading…
Cancel
Save