Merge branch 'develop' of github.com:ConsenSys/mythril into fix/addr_field

pull/1153/head
Nikhil 5 years ago
commit e7605bb0a6
  1. 2
      mythril/__version__.py
  2. 2
      mythril/laser/ethereum/plugins/implementations/dependency_pruner.py

@ -4,4 +4,4 @@ This file is suitable for sourcing inside POSIX shell, e.g. bash as well
as for importing into Python. as for importing into Python.
""" """
__version__ = "v0.21.8" __version__ = "v0.21.9"

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

Loading…
Cancel
Save