diff --git a/mythril/laser/ethereum/plugins/implementations/dependency_pruner.py b/mythril/laser/ethereum/plugins/implementations/dependency_pruner.py index 60e19c44..bb78fdd8 100644 --- a/mythril/laser/ethereum/plugins/implementations/dependency_pruner.py +++ b/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