make mutation annotations persist over calls

pull/1353/head
Joran Honig 5 years ago
parent 5e140d6f1e
commit 00cf893807
  1. 4
      mythril/laser/plugin/plugins/plugin_annotations.py

@ -13,6 +13,10 @@ class MutationAnnotation(StateAnnotation):
def __init__(self):
pass
@property
def persist_over_calls(self) -> bool:
return True
class DependencyAnnotation(StateAnnotation):
"""Dependency Annotation

Loading…
Cancel
Save