Corrent wrong index in debug message

pull/79/head
Bernhard Mueller 7 years ago
parent b5a59b2906
commit fefd64e062
  1. 2
      mythril/analysis/modules/suicide.py

@ -74,7 +74,7 @@ def execute(statespace):
description += "\nThere is a check on storage index " + str(index) + ". This storage index can be written to by calling the function '" + func + "'."
break
else:
logging.debug("[UNCHECKED_SUICIDE] No storage writes to index " + str(index))
logging.debug("[UNCHECKED_SUICIDE] No storage writes to index " + str(idx))
can_solve = False
break

Loading…
Cancel
Save