Start pruning from second iteration

pull/1150/head
Bernhard Mueller 5 years ago
parent 47a308fa39
commit b1405f41d6
  1. 2
      mythril/laser/ethereum/plugins/implementations/dependency_pruner.py

@ -301,7 +301,7 @@ class DependencyPruner(LaserPlugin):
"""
# Don't skip any blocks in the contract creation transaction
if self.iteration < 1:
if self.iteration < 2:
return
# Don't skip newly discovered blocks

Loading…
Cancel
Save