Remove reference to non-existant class variable

pull/1146/head
Bernhard Mueller 5 years ago
parent bae42c3d48
commit 4df215ca49
  1. 1
      mythril/laser/ethereum/plugins/implementations/dependency_pruner.py

@ -337,7 +337,6 @@ class DependencyPruner(LaserPlugin):
annotation.path = [0]
annotation.storage_loaded = []
annotation.has_call = False
world_state_annotation.annotations_stack.append(annotation)

Loading…
Cancel
Save