Update mythril/laser/ethereum/plugins/implementations/mutation_pruner.py

Co-Authored-By: JoranHonig <JoranHonig@users.noreply.github.com>
ether_thief
Bernhard Mueller 5 years ago committed by GitHub
parent 534677ceff
commit 7638f2c688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      mythril/laser/ethereum/plugins/implementations/mutation_pruner.py

@ -67,6 +67,7 @@ class MutationPruner(LaserPlugin):
solver.get_model(constraints)
return
except UnsatError:
# callvalue is constrained to 0, therefore there is no balance based world state mutation
pass
if len(list(global_state.get_annotations(MutationAnnotation))) == 0:

Loading…
Cancel
Save