Change log statement to debug

berndtz_experimental
Bernhard Mueller 6 years ago
parent b3bb498086
commit d2ef90c4e6
  1. 2
      mythril/laser/ethereum/plugins/implementations/dependency_pruner.py

@ -159,7 +159,7 @@ class DependencyPruner(LaserPlugin):
annotation = get_dependency_annotation(state)
state.world_state.annotate(annotation)
log.info(
log.debug(
"Adding new world state {} with dependency map:\n{}\nStorage indices written: {}".format(
state.get_current_instruction()["address"],
self.dependency_map,

Loading…
Cancel
Save