Enable effects check

pull/1067/head
Bernhard Mueller 6 years ago
parent eaec4906bc
commit fada2c5b38
  1. 2
      mythril/analysis/modules/integer.py

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

Loading…
Cancel
Save