Merge branch 'develop' into bounded_loops

pull/1060/head
Bernhard Mueller 6 years ago committed by GitHub
commit bf7127c459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mythril/analysis/modules/exceptions.py

@ -18,8 +18,6 @@ def _analyze_state(state) -> list:
:param state:
:return:
"""
log.info("Exceptions module: found ASSERT_FAIL instruction")
log.debug("ASSERT_FAIL in function " + state.environment.active_function_name)
try:

Loading…
Cancel
Save