Disable effects check

integer_experimental
Bernhard Mueller 6 years ago
parent bd45c34c6c
commit c710d0a27d
  1. 2
      mythril/analysis/modules/integer.py

@ -32,7 +32,7 @@ import logging
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
DISABLE_EFFECT_CHECK = False DISABLE_EFFECT_CHECK = True
class OverUnderflowAnnotation: class OverUnderflowAnnotation:

Loading…
Cancel
Save